#774E57

Color #774E57 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #774E57

Tints of Cosmic #774E57

Color information

#774E57 (or 0x774E57) is unknown color: approx Cosmic. HEX triplet: 77, 4E and 57. RGB value is (119,78,87). Sum of RGB (Red+Green+Blue) = 119+78+87=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #774E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E57 is #88B1A8. Grayscale: #5B5B5B. Windows color (decimal): -8958377 or 5721719. OLE color: 5721719.

HSL color Cylindrical-coordinate representation of color #774E57: hue angle of 346.83º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #774E57 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB1197887-
CMYK00.340.270.53
HSL346.83º20.81%38.63%-
HSV(B)346.83º34.45%46.67%-
XYZ12.0510.0610.32-
YUV91.28125.58147.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 41.90%
GREEN value IS 78 (30.86% from 255) = 27.46%
BLUE value IS 87 (34.38% from 255) = 30.63%
R=41.90%
G=27.46%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119788700.340.270.53346.8320.8138.63
Hex774E570221B3515b1527
Octal16711612704233655332547
Binary11101111001110101011101000101101111010110101101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774E57; }

 p { color: rgb(119,78,87); }

 H1.HeaderClassName
 {
   color: #774E57;
 }
 .AnyTagClassName
 {
   color: #774E57;
 }
</style>
background-color css

<style>
 a { background-color: #774E57; }

 a { background-color: rgb(119,78,87); }

 div.DivClassName
 {
   background-color: #774E57;
 }
 .BgClassName
 {
   background-color: #774E57;
 }
</style>
border-color css

<style>
 span { border-color: #774E57; }

 span { border-color: rgb(119,78,87); }

 td.TdClassName
 {
   border-color: #774E57;
 }
 .TagClassName
 {
   border-color: #774E57;
 }
</style>