Shades of Cosmic #76445F
Tints of Cosmic #76445F
RGB
CMYK
RGB Variations
Color information
#76445F (or 0x76445F) is known color: Cosmic. HEX triplet: 76, 44 and 5F. RGB value is (118,68,95). Sum of RGB (Red+Green+Blue) = 118+68+95=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #76445F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76445F is #89BBA0. Grayscale: #555555. Windows color (decimal): -9026465 or 6243446. OLE color: 6243446.
HSL color Cylindrical-coordinate representation of color #76445F: hue angle of 327.6º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76445F is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 68 | 95 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.54 |
| HSL | 327.6º | 0.27% | 0.36% | - |
| HSV(B) | 327.6º | 0.42% | 0.46% | - |
| XYZ | 11.6 | 8.81 | 11.92 | - |
| YUV | 86.03 | 133.07 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 68 | 95 | 0 | 0.42 | 0.19 | 0.54 | 327.6 | 0.27 | 0.36 |
| Hex | 76 | 44 | 5F | 0 | 2A | 13 | 36 | 148 | 1B | 24 |
| Octal | 166 | 104 | 137 | 0 | 52 | 23 | 66 | 510 | 33 | 44 |
| Binary | 1110110 | 1000100 | 1011111 | 0 | 101010 | 10011 | 110110 | 101001000 | 11011 | 100100 |
Color Harmonies of #76445F
Complementary color
Monochromatic Colors of #76445F
Black with #76445F
Text Example
Text Example
White with #76445F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76445F; }
p { color: rgb(118,68,95); }
H1.HeaderClassName
{
color: #76445F;
}
.AnyTagClassName
{
color: #76445F;
}
</style>
background-color css
<style>
a { background-color: #76445F; }
a { background-color: rgb(118,68,95); }
div.DivClassName
{
background-color: #76445F;
}
.BgClassName
{
background-color: #76445F;
}
</style>
border-color css
<style>
span { border-color: #76445F; }
span { border-color: rgb(118,68,95); }
td.TdClassName
{
border-color: #76445F;
}
.TagClassName
{
border-color: #76445F;
}
</style>