#77455E

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

Shades of Cosmic #77455E

Tints of Cosmic #77455E

Color information

#77455E (or 0x77455E) is unknown color: approx Cosmic. HEX triplet: 77, 45 and 5E. RGB value is (119,69,94). Sum of RGB (Red+Green+Blue) = 119+69+94=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #77455E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77455E is #88BAA1. Grayscale: #565656. Windows color (decimal): -8960674 or 6178167. OLE color: 6178167.

HSL color Cylindrical-coordinate representation of color #77455E: hue angle of 330º 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 #77455E is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB1196994-
CMYK00.420.210.53
HSL330º26.6%36.86%-
HSV(B)330º42.02%46.67%-
XYZ11.768.9911.7-
YUV86.8132.06150.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.20%
GREEN value IS 69 (27.34% from 255) = 24.47%
BLUE value IS 94 (37.11% from 255) = 33.33%
R=42.20%
G=24.47%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119699400.420.210.5333026.636.86
Hex77455E02A153514a1b25
Octal16710513605225655123345
Binary11101111000101101111001010101010111010110100101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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