#76415F

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

Shades of Cosmic #76415F

Tints of Cosmic #76415F

Color information

#76415F (or 0x76415F) is unknown color: approx Cosmic. HEX triplet: 76, 41 and 5F. RGB value is (118,65,95). Sum of RGB (Red+Green+Blue) = 118+65+95=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #76415F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76415F is #89BEA0. Grayscale: #545454. Windows color (decimal): -9027233 or 6242678. OLE color: 6242678.

HSL color Cylindrical-coordinate representation of color #76415F: hue angle of 326.04º 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 #76415F is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB1186595-
CMYK00.450.190.54
HSL326.04º28.96%35.88%-
HSV(B)326.04º44.92%46.27%-
XYZ11.438.4611.86-
YUV84.27134.06152.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.45%
GREEN value IS 65 (25.78% from 255) = 23.38%
BLUE value IS 95 (37.5% from 255) = 34.17%
R=42.45%
G=23.38%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118659500.450.190.54326.0428.9635.88
Hex76415F02D13361461d24
Octal16610113705523665063544
Binary11101101000001101111101011011001111011010100011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76415F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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