#77455A

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

Shades of Cosmic #77455A

Tints of Cosmic #77455A

Color information

#77455A (or 0x77455A) is unknown color: approx Cosmic. HEX triplet: 77, 45 and 5A. RGB value is (119,69,90). Sum of RGB (Red+Green+Blue) = 119+69+90=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #77455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77455A is #88BAA5. Grayscale: #565656. Windows color (decimal): -8960678 or 5916023. OLE color: 5916023.

HSL color Cylindrical-coordinate representation of color #77455A: hue angle of 334.8º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77455A is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1196990-
CMYK00.420.240.53
HSL334.8º26.6%36.86%-
HSV(B)334.8º42.02%46.67%-
XYZ11.588.9210.78-
YUV86.34130.06151.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.81%
GREEN value IS 69 (27.34% from 255) = 24.82%
BLUE value IS 90 (35.55% from 255) = 32.37%
R=42.81%
G=24.82%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119699000.420.240.53334.826.636.86
Hex77455A02A183514f1b25
Octal16710513205230655173345
Binary11101111000101101101001010101100011010110100111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77455A; }

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

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

<style>
 a { background-color: #77455A; }

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

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

<style>
 span { border-color: #77455A; }

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

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