Shades of Cosmic #76425A
Tints of Cosmic #76425A
RGB
CMYK
RGB Variations
Color information
#76425A (or 0x76425A) is known color: Cosmic. HEX triplet: 76, 42 and 5A. RGB value is (118,66,90). Sum of RGB (Red+Green+Blue) = 118+66+90=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #76425A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76425A is #89BDA5. Grayscale: #545454. Windows color (decimal): -9026982 or 5915254. OLE color: 5915254.
HSL color Cylindrical-coordinate representation of color #76425A: hue angle of 332.31º 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 #76425A is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 66 | 90 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.54 |
| HSL | 332.31º | 0.28% | 0.36% | - |
| HSV(B) | 332.31º | 0.44% | 0.46% | - |
| XYZ | 11.26 | 8.49 | 10.72 | - |
| YUV | 84.28 | 131.23 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 66 | 90 | 0 | 0.44 | 0.24 | 0.54 | 332.31 | 0.28 | 0.36 |
| Hex | 76 | 42 | 5A | 0 | 2C | 18 | 36 | 14C | 1C | 24 |
| Octal | 166 | 102 | 132 | 0 | 54 | 30 | 66 | 514 | 34 | 44 |
| Binary | 1110110 | 1000010 | 1011010 | 0 | 101100 | 11000 | 110110 | 101001100 | 11100 | 100100 |
Color Harmonies of #76425A
Complementary color
Monochromatic Colors of #76425A
Black with #76425A
Text Example
Text Example
White with #76425A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76425A; }
p { color: rgb(118,66,90); }
H1.HeaderClassName
{
color: #76425A;
}
.AnyTagClassName
{
color: #76425A;
}
</style>
background-color css
<style>
a { background-color: #76425A; }
a { background-color: rgb(118,66,90); }
div.DivClassName
{
background-color: #76425A;
}
.BgClassName
{
background-color: #76425A;
}
</style>
border-color css
<style>
span { border-color: #76425A; }
span { border-color: rgb(118,66,90); }
td.TdClassName
{
border-color: #76425A;
}
.TagClassName
{
border-color: #76425A;
}
</style>