Shades of Cosmic #76425B
Tints of Cosmic #76425B
RGB
CMYK
RGB Variations
Color information
#76425B (or 0x76425B) is known color: Cosmic. HEX triplet: 76, 42 and 5B. RGB value is (118,66,91). Sum of RGB (Red+Green+Blue) = 118+66+91=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #76425B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76425B is #89BDA4. Grayscale: #545454. Windows color (decimal): -9026981 or 5980790. OLE color: 5980790.
HSL color Cylindrical-coordinate representation of color #76425B: hue angle of 331.15º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76425B is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 66 | 91 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.54 |
| HSL | 331.15º | 0.28% | 0.36% | - |
| HSV(B) | 331.15º | 0.44% | 0.46% | - |
| XYZ | 11.31 | 8.5 | 10.94 | - |
| YUV | 84.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 66 | 91 | 0 | 0.44 | 0.23 | 0.54 | 331.15 | 0.28 | 0.36 |
| Hex | 76 | 42 | 5B | 0 | 2C | 17 | 36 | 14B | 1C | 24 |
| Octal | 166 | 102 | 133 | 0 | 54 | 27 | 66 | 513 | 34 | 44 |
| Binary | 1110110 | 1000010 | 1011011 | 0 | 101100 | 10111 | 110110 | 101001011 | 11100 | 100100 |
Color Harmonies of #76425B
Complementary color
Monochromatic Colors of #76425B
Black with #76425B
Text Example
Text Example
White with #76425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76425B; }
p { color: rgb(118,66,91); }
H1.HeaderClassName
{
color: #76425B;
}
.AnyTagClassName
{
color: #76425B;
}
</style>
background-color css
<style>
a { background-color: #76425B; }
a { background-color: rgb(118,66,91); }
div.DivClassName
{
background-color: #76425B;
}
.BgClassName
{
background-color: #76425B;
}
</style>
border-color css
<style>
span { border-color: #76425B; }
span { border-color: rgb(118,66,91); }
td.TdClassName
{
border-color: #76425B;
}
.TagClassName
{
border-color: #76425B;
}
</style>