Shades of Cosmic #7E525E
Tints of Cosmic #7E525E
RGB
CMYK
RGB Variations
Color information
#7E525E (or 0x7E525E) is known color: Cosmic. HEX triplet: 7E, 52 and 5E. RGB value is (126,82,94). Sum of RGB (Red+Green+Blue) = 126+82+94=302 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.72% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 126 - color contains mainly: red. Hex color #7E525E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E525E is #81ADA1. Grayscale: #606060. Windows color (decimal): -8498594 or 6181502. OLE color: 6181502.
HSL color Cylindrical-coordinate representation of color #7E525E: hue angle of 343.64º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7E525E is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 82 | 94 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.51 |
| HSL | 343.64º | 0.21% | 0.41% | - |
| HSV(B) | 343.64º | 0.35% | 0.49% | - |
| XYZ | 13.64 | 11.28 | 12.05 | - |
| YUV | 96.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 82 | 94 | 0 | 0.35 | 0.25 | 0.51 | 343.64 | 0.21 | 0.41 |
| Hex | 7E | 52 | 5E | 0 | 23 | 19 | 33 | 158 | 15 | 29 |
| Octal | 176 | 122 | 136 | 0 | 43 | 31 | 63 | 530 | 25 | 51 |
| Binary | 1111110 | 1010010 | 1011110 | 0 | 100011 | 11001 | 110011 | 101011000 | 10101 | 101001 |
Color Harmonies of #7E525E
Complementary color
Monochromatic Colors of #7E525E
Black with #7E525E
Text Example
Text Example
White with #7E525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E525E; }
p { color: rgb(126,82,94); }
H1.HeaderClassName
{
color: #7E525E;
}
.AnyTagClassName
{
color: #7E525E;
}
</style>
background-color css
<style>
a { background-color: #7E525E; }
a { background-color: rgb(126,82,94); }
div.DivClassName
{
background-color: #7E525E;
}
.BgClassName
{
background-color: #7E525E;
}
</style>
border-color css
<style>
span { border-color: #7E525E; }
span { border-color: rgb(126,82,94); }
td.TdClassName
{
border-color: #7E525E;
}
.TagClassName
{
border-color: #7E525E;
}
</style>