#77415C

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

Shades of Cosmic #77415C

Tints of Cosmic #77415C

Color information

#77415C (or 0x77415C) is unknown color: approx Cosmic. HEX triplet: 77, 41 and 5C. RGB value is (119,65,92). Sum of RGB (Red+Green+Blue) = 119+65+92=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #77415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77415C is #88BEA3. Grayscale: #545454. Windows color (decimal): -8961700 or 6046071. OLE color: 6046071.

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

Color convert

RGB1196592-
CMYK00.450.230.53
HSL330º29.35%36.08%-
HSV(B)330º45.38%46.67%-
XYZ11.438.4811.16-
YUV84.22132.39152.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.12%
GREEN value IS 65 (25.78% from 255) = 23.55%
BLUE value IS 92 (36.33% from 255) = 33.33%
R=43.12%
G=23.55%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119659200.450.230.5333029.3536.08
Hex77415C02D173514a1d24
Octal16710113405527655123544
Binary11101111000001101110001011011011111010110100101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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