Shades of Cosmic #7E586F
Tints of Cosmic #7E586F
RGB
CMYK
RGB Variations
Color information
#7E586F (or 0x7E586F) is known color: Cosmic. HEX triplet: 7E, 58 and 6F. RGB value is (126,88,111). Sum of RGB (Red+Green+Blue) = 126+88+111=325 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.77% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 126 - color contains mainly: red. Hex color #7E586F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E586F is #81A790. Grayscale: #656565. Windows color (decimal): -8497041 or 7297150. OLE color: 7297150.
HSL color Cylindrical-coordinate representation of color #7E586F: hue angle of 323.68º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E586F is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 88 | 111 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.51 |
| HSL | 323.68º | 0.18% | 0.42% | - |
| HSV(B) | 323.68º | 0.3% | 0.49% | - |
| XYZ | 14.96 | 12.56 | 16.68 | - |
| YUV | 101.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 88 | 111 | 0 | 0.30 | 0.12 | 0.51 | 323.68 | 0.18 | 0.42 |
| Hex | 7E | 58 | 6F | 0 | 1E | C | 33 | 144 | 12 | 2A |
| Octal | 176 | 130 | 157 | 0 | 36 | 14 | 63 | 504 | 22 | 52 |
| Binary | 1111110 | 1011000 | 1101111 | 0 | 11110 | 1100 | 110011 | 101000100 | 10010 | 101010 |
Color Harmonies of #7E586F
Complementary color
Monochromatic Colors of #7E586F
Black with #7E586F
Text Example
Text Example
White with #7E586F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E586F; }
p { color: rgb(126,88,111); }
H1.HeaderClassName
{
color: #7E586F;
}
.AnyTagClassName
{
color: #7E586F;
}
</style>
background-color css
<style>
a { background-color: #7E586F; }
a { background-color: rgb(126,88,111); }
div.DivClassName
{
background-color: #7E586F;
}
.BgClassName
{
background-color: #7E586F;
}
</style>
border-color css
<style>
span { border-color: #7E586F; }
span { border-color: rgb(126,88,111); }
td.TdClassName
{
border-color: #7E586F;
}
.TagClassName
{
border-color: #7E586F;
}
</style>