#77435C

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

Shades of Cosmic #77435C

Tints of Cosmic #77435C

Color information

#77435C (or 0x77435C) is unknown color: approx Cosmic. HEX triplet: 77, 43 and 5C. RGB value is (119,67,92). Sum of RGB (Red+Green+Blue) = 119+67+92=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #77435C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77435C is #88BCA3. Grayscale: #555555. Windows color (decimal): -8961188 or 6046583. OLE color: 6046583.

HSL color Cylindrical-coordinate representation of color #77435C: hue angle of 331.15º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77435C is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1196792-
CMYK00.440.230.53
HSL331.15º27.96%36.47%-
HSV(B)331.15º43.7%46.67%-
XYZ11.558.7111.2-
YUV85.4131.73151.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.81%
GREEN value IS 67 (26.56% from 255) = 24.10%
BLUE value IS 92 (36.33% from 255) = 33.09%
R=42.81%
G=24.10%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119679200.440.230.53331.1527.9636.47
Hex77435C02C173514b1c24
Octal16710313405427655133444
Binary11101111000011101110001011001011111010110100101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77435C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77435C; }

 p { color: rgb(119,67,92); }

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

<style>
 a { background-color: #77435C; }

 a { background-color: rgb(119,67,92); }

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

<style>
 span { border-color: #77435C; }

 span { border-color: rgb(119,67,92); }

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