#76405A

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

Shades of Cosmic #76405A

Tints of Cosmic #76405A

Color information

#76405A (or 0x76405A) is unknown color: approx Cosmic. HEX triplet: 76, 40 and 5A. RGB value is (118,64,90). Sum of RGB (Red+Green+Blue) = 118+64+90=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #76405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76405A is #89BFA5. Grayscale: #535353. Windows color (decimal): -9027494 or 5914742. OLE color: 5914742.

HSL color Cylindrical-coordinate representation of color #76405A: hue angle of 331.11º 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 #76405A is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB1186490-
CMYK00.460.240.54
HSL331.11º29.67%35.69%-
HSV(B)331.11º45.76%46.27%-
XYZ11.158.2610.68-
YUV83.11131.89152.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.38%
GREEN value IS 64 (25.39% from 255) = 23.53%
BLUE value IS 90 (35.55% from 255) = 33.09%
R=43.38%
G=23.53%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118649000.460.240.54331.1129.6735.69
Hex76405A02E183614b1e24
Octal16610013205630665133644
Binary11101101000000101101001011101100011011010100101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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