#774C57

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

Shades of Cosmic #774C57

Tints of Cosmic #774C57

Color information

#774C57 (or 0x774C57) is unknown color: approx Cosmic. HEX triplet: 77, 4C and 57. RGB value is (119,76,87). Sum of RGB (Red+Green+Blue) = 119+76+87=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #774C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774C57 is #88B3A8. Grayscale: #5A5A5A. Windows color (decimal): -8958889 or 5721207. OLE color: 5721207.

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

Color convert

RGB1197687-
CMYK00.360.270.53
HSL344.65º22.05%38.24%-
HSV(B)344.65º36.13%46.67%-
XYZ11.919.7810.28-
YUV90.11126.25148.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.20%
GREEN value IS 76 (30.08% from 255) = 26.95%
BLUE value IS 87 (34.38% from 255) = 30.85%
R=42.20%
G=26.95%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119768700.360.270.53344.6522.0538.24
Hex774C570241B351591626
Octal16711412704433655312646
Binary11101111001100101011101001001101111010110101100110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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