#774E5A

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

Shades of Cosmic #774E5A

Tints of Cosmic #774E5A

Color information

#774E5A (or 0x774E5A) is unknown color: approx Cosmic. HEX triplet: 77, 4E and 5A. RGB value is (119,78,90). Sum of RGB (Red+Green+Blue) = 119+78+90=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #774E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E5A is #88B1A5. Grayscale: #5B5B5B. Windows color (decimal): -8958374 or 5918327. OLE color: 5918327.

HSL color Cylindrical-coordinate representation of color #774E5A: hue angle of 342.44º 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 #774E5A is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1197890-
CMYK00.340.240.53
HSL342.44º20.81%38.63%-
HSV(B)342.44º34.45%46.67%-
XYZ12.1810.1110.98-
YUV91.63127.08147.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.46%
GREEN value IS 78 (30.86% from 255) = 27.18%
BLUE value IS 90 (35.55% from 255) = 31.36%
R=41.46%
G=27.18%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119789000.340.240.53342.4420.8138.63
Hex774E5A02218351561527
Octal16711613204230655262547
Binary11101111001110101101001000101100011010110101011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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