Shades of Cosmic #76586A
Tints of Cosmic #76586A
RGB
CMYK
RGB Variations
Color information
#76586A (or 0x76586A) is known color: Cosmic. HEX triplet: 76, 58 and 6A. RGB value is (118,88,106). Sum of RGB (Red+Green+Blue) = 118+88+106=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #76586A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76586A is #89A795. Grayscale: #626262. Windows color (decimal): -9021334 or 6969462. OLE color: 6969462.
HSL color Cylindrical-coordinate representation of color #76586A: hue angle of 324º 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 #76586A is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 88 | 106 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.54 |
| HSL | 324º | 0.15% | 0.4% | - |
| HSV(B) | 324º | 0.25% | 0.46% | - |
| XYZ | 13.56 | 11.87 | 15.21 | - |
| YUV | 99.02 | 131.94 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 88 | 106 | 0 | 0.25 | 0.10 | 0.54 | 324 | 0.15 | 0.4 |
| Hex | 76 | 58 | 6A | 0 | 19 | A | 36 | 144 | F | 28 |
| Octal | 166 | 130 | 152 | 0 | 31 | 12 | 66 | 504 | 17 | 50 |
| Binary | 1110110 | 1011000 | 1101010 | 0 | 11001 | 1010 | 110110 | 101000100 | 1111 | 101000 |
Color Harmonies of #76586A
Complementary color
Monochromatic Colors of #76586A
Black with #76586A
Text Example
Text Example
White with #76586A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76586A; }
p { color: rgb(118,88,106); }
H1.HeaderClassName
{
color: #76586A;
}
.AnyTagClassName
{
color: #76586A;
}
</style>
background-color css
<style>
a { background-color: #76586A; }
a { background-color: rgb(118,88,106); }
div.DivClassName
{
background-color: #76586A;
}
.BgClassName
{
background-color: #76586A;
}
</style>
border-color css
<style>
span { border-color: #76586A; }
span { border-color: rgb(118,88,106); }
td.TdClassName
{
border-color: #76586A;
}
.TagClassName
{
border-color: #76586A;
}
</style>