Shades of Cosmic #76475F
Tints of Cosmic #76475F
RGB
CMYK
RGB Variations
Color information
#76475F (or 0x76475F) is known color: Cosmic. HEX triplet: 76, 47 and 5F. RGB value is (118,71,95). Sum of RGB (Red+Green+Blue) = 118+71+95=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #76475F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76475F is #89B8A0. Grayscale: #575757. Windows color (decimal): -9025697 or 6244214. OLE color: 6244214.
HSL color Cylindrical-coordinate representation of color #76475F: hue angle of 329.36º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76475F is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 71 | 95 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.54 |
| HSL | 329.36º | 0.25% | 0.37% | - |
| HSV(B) | 329.36º | 0.4% | 0.46% | - |
| XYZ | 11.79 | 9.18 | 11.98 | - |
| YUV | 87.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 71 | 95 | 0 | 0.40 | 0.19 | 0.54 | 329.36 | 0.25 | 0.37 |
| Hex | 76 | 47 | 5F | 0 | 28 | 13 | 36 | 149 | 19 | 25 |
| Octal | 166 | 107 | 137 | 0 | 50 | 23 | 66 | 511 | 31 | 45 |
| Binary | 1110110 | 1000111 | 1011111 | 0 | 101000 | 10011 | 110110 | 101001001 | 11001 | 100101 |
Color Harmonies of #76475F
Complementary color
Monochromatic Colors of #76475F
Black with #76475F
Text Example
Text Example
White with #76475F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76475F; }
p { color: rgb(118,71,95); }
H1.HeaderClassName
{
color: #76475F;
}
.AnyTagClassName
{
color: #76475F;
}
</style>
background-color css
<style>
a { background-color: #76475F; }
a { background-color: rgb(118,71,95); }
div.DivClassName
{
background-color: #76475F;
}
.BgClassName
{
background-color: #76475F;
}
</style>
border-color css
<style>
span { border-color: #76475F; }
span { border-color: rgb(118,71,95); }
td.TdClassName
{
border-color: #76475F;
}
.TagClassName
{
border-color: #76475F;
}
</style>