#774E5B

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

Shades of Cosmic #774E5B

Tints of Cosmic #774E5B

Color information

#774E5B (or 0x774E5B) is unknown color: approx Cosmic. HEX triplet: 77, 4E and 5B. RGB value is (119,78,91). Sum of RGB (Red+Green+Blue) = 119+78+91=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #774E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E5B is #88B1A4. Grayscale: #5B5B5B. Windows color (decimal): -8958373 or 5983863. OLE color: 5983863.

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

Color convert

RGB1197891-
CMYK00.340.240.53
HSL340.98º20.81%38.63%-
HSV(B)340.98º34.45%46.67%-
XYZ12.2210.1311.21-
YUV91.74127.58147.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.32%
GREEN value IS 78 (30.86% from 255) = 27.08%
BLUE value IS 91 (35.94% from 255) = 31.60%
R=41.32%
G=27.08%
B=31.60%

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
Decimal119789100.340.240.53340.9820.8138.63
Hex774E5B02218351551527
Octal16711613304230655252547
Binary11101111001110101101101000101100011010110101010110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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