#76415C

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

Shades of Cosmic #76415C

Tints of Cosmic #76415C

Color information

#76415C (or 0x76415C) is unknown color: approx Cosmic. HEX triplet: 76, 41 and 5C. RGB value is (118,65,92). Sum of RGB (Red+Green+Blue) = 118+65+92=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #76415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76415C is #89BEA3. Grayscale: #535353. Windows color (decimal): -9027236 or 6046070. OLE color: 6046070.

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

Color convert

RGB1186592-
CMYK00.450.220.54
HSL329.43º28.96%35.88%-
HSV(B)329.43º44.92%46.27%-
XYZ11.298.411.15-
YUV83.92132.56152.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 65 (25.78% from 255) = 23.64%
BLUE value IS 92 (36.33% from 255) = 33.45%
R=42.91%
G=23.64%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118659200.450.220.54329.4328.9635.88
Hex76415C02D16361491d24
Octal16610113405526665113544
Binary11101101000001101110001011011011011011010100100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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