#76405B

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

Shades of Cosmic #76405B

Tints of Cosmic #76405B

Color information

#76405B (or 0x76405B) is unknown color: approx Cosmic. HEX triplet: 76, 40 and 5B. RGB value is (118,64,91). Sum of RGB (Red+Green+Blue) = 118+64+91=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #76405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76405B is #89BFA4. Grayscale: #535353. Windows color (decimal): -9027493 or 5980278. OLE color: 5980278.

HSL color Cylindrical-coordinate representation of color #76405B: hue angle of 330º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76405B is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB1186491-
CMYK00.460.230.54
HSL330º29.67%35.69%-
HSV(B)330º45.76%46.27%-
XYZ11.198.2710.9-
YUV83.22132.39152.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 64 (25.39% from 255) = 23.44%
BLUE value IS 91 (35.94% from 255) = 33.33%
R=43.22%
G=23.44%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118649100.460.230.5433029.6735.69
Hex76405B02E173614a1e24
Octal16610013305627665123644
Binary11101101000000101101101011101011111011010100101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76405B; }

 p { color: rgb(118,64,91); }

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

<style>
 a { background-color: #76405B; }

 a { background-color: rgb(118,64,91); }

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

<style>
 span { border-color: #76405B; }

 span { border-color: rgb(118,64,91); }

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