#77475E

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

Shades of Cosmic #77475E

Tints of Cosmic #77475E

Color information

#77475E (or 0x77475E) is unknown color: approx Cosmic. HEX triplet: 77, 47 and 5E. RGB value is (119,71,94). Sum of RGB (Red+Green+Blue) = 119+71+94=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #77475E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77475E is #88B8A1. Grayscale: #575757. Windows color (decimal): -8960162 or 6178679. OLE color: 6178679.

HSL color Cylindrical-coordinate representation of color #77475E: hue angle of 331.25º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77475E is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB1197194-
CMYK00.400.210.53
HSL331.25º25.26%37.25%-
HSV(B)331.25º40.34%46.67%-
XYZ11.889.2411.75-
YUV87.97131.4150.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.90%
GREEN value IS 71 (28.12% from 255) = 25%
BLUE value IS 94 (37.11% from 255) = 33.10%
R=41.90%
G=25%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119719400.400.210.53331.2525.2637.25
Hex77475E028153514b1925
Octal16710713605025655133145
Binary11101111000111101111001010001010111010110100101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77475E; }

 p { color: rgb(119,71,94); }

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

<style>
 a { background-color: #77475E; }

 a { background-color: rgb(119,71,94); }

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

<style>
 span { border-color: #77475E; }

 span { border-color: rgb(119,71,94); }

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