#76405C

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

Shades of Cosmic #76405C

Tints of Cosmic #76405C

Color information

#76405C (or 0x76405C) is unknown color: approx Cosmic. HEX triplet: 76, 40 and 5C. RGB value is (118,64,92). Sum of RGB (Red+Green+Blue) = 118+64+92=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #76405C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76405C is #89BFA3. Grayscale: #535353. Windows color (decimal): -9027492 or 6045814. OLE color: 6045814.

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

Color convert

RGB1186492-
CMYK00.460.220.54
HSL328.89º29.67%35.69%-
HSV(B)328.89º45.76%46.27%-
XYZ11.248.2911.13-
YUV83.34132.89152.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.07%
GREEN value IS 64 (25.39% from 255) = 23.36%
BLUE value IS 92 (36.33% from 255) = 33.58%
R=43.07%
G=23.36%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118649200.460.220.54328.8929.6735.69
Hex76405C02E16361491e24
Octal16610013405626665113644
Binary11101101000000101110001011101011011011010100100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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