#77405E

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

Shades of Cosmic #77405E

Tints of Cosmic #77405E

Color information

#77405E (or 0x77405E) is unknown color: approx Cosmic. HEX triplet: 77, 40 and 5E. RGB value is (119,64,94). Sum of RGB (Red+Green+Blue) = 119+64+94=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #77405E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77405E is #88BFA1. Grayscale: #535353. Windows color (decimal): -8961954 or 6176887. OLE color: 6176887.

HSL color Cylindrical-coordinate representation of color #77405E: hue angle of 327.27º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77405E is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB1196494-
CMYK00.460.210.53
HSL327.27º30.05%35.88%-
HSV(B)327.27º46.22%46.67%-
XYZ11.468.411.61-
YUV83.86133.72153.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.96%
GREEN value IS 64 (25.39% from 255) = 23.10%
BLUE value IS 94 (37.11% from 255) = 33.94%
R=42.96%
G=23.10%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119649400.460.210.53327.2730.0535.88
Hex77405E02E15351471e24
Octal16710013605625655073644
Binary11101111000000101111001011101010111010110100011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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