Shades of Cosmic #76586B
Tints of Cosmic #76586B
RGB
CMYK
RGB Variations
Color information
#76586B (or 0x76586B) is known color: Cosmic. HEX triplet: 76, 58 and 6B. RGB value is (118,88,107). Sum of RGB (Red+Green+Blue) = 118+88+107=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #76586B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76586B is #89A794. Grayscale: #636363. Windows color (decimal): -9021333 or 7034998. OLE color: 7034998.
HSL color Cylindrical-coordinate representation of color #76586B: hue angle of 322º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #76586B is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 88 | 107 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.54 |
| HSL | 322º | 0.15% | 0.4% | - |
| HSV(B) | 322º | 0.25% | 0.46% | - |
| XYZ | 13.61 | 11.89 | 15.49 | - |
| YUV | 99.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 88 | 107 | 0 | 0.25 | 0.09 | 0.54 | 322 | 0.15 | 0.4 |
| Hex | 76 | 58 | 6B | 0 | 19 | 9 | 36 | 142 | F | 28 |
| Octal | 166 | 130 | 153 | 0 | 31 | 11 | 66 | 502 | 17 | 50 |
| Binary | 1110110 | 1011000 | 1101011 | 0 | 11001 | 1001 | 110110 | 101000010 | 1111 | 101000 |
Color Harmonies of #76586B
Complementary color
Monochromatic Colors of #76586B
Black with #76586B
Text Example
Text Example
White with #76586B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76586B; }
p { color: rgb(118,88,107); }
H1.HeaderClassName
{
color: #76586B;
}
.AnyTagClassName
{
color: #76586B;
}
</style>
background-color css
<style>
a { background-color: #76586B; }
a { background-color: rgb(118,88,107); }
div.DivClassName
{
background-color: #76586B;
}
.BgClassName
{
background-color: #76586B;
}
</style>
border-color css
<style>
span { border-color: #76586B; }
span { border-color: rgb(118,88,107); }
td.TdClassName
{
border-color: #76586B;
}
.TagClassName
{
border-color: #76586B;
}
</style>