Shades of Cosmic #7A525E
Tints of Cosmic #7A525E
RGB
CMYK
RGB Variations
Color information
#7A525E (or 0x7A525E) is known color: Cosmic. HEX triplet: 7A, 52 and 5E. RGB value is (122,82,94). Sum of RGB (Red+Green+Blue) = 122+82+94=298 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.94% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 122 - color contains mainly: red. Hex color #7A525E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A525E is #85ADA1. Grayscale: #5F5F5F. Windows color (decimal): -8760738 or 6181498. OLE color: 6181498.
HSL color Cylindrical-coordinate representation of color #7A525E: hue angle of 342º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A525E is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 82 | 94 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.52 |
| HSL | 342º | 0.2% | 0.4% | - |
| HSV(B) | 342º | 0.33% | 0.48% | - |
| XYZ | 13.06 | 10.98 | 12.02 | - |
| YUV | 95.33 | 127.25 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 82 | 94 | 0 | 0.33 | 0.23 | 0.52 | 342 | 0.2 | 0.4 |
| Hex | 7A | 52 | 5E | 0 | 21 | 17 | 34 | 156 | 14 | 28 |
| Octal | 172 | 122 | 136 | 0 | 41 | 27 | 64 | 526 | 24 | 50 |
| Binary | 1111010 | 1010010 | 1011110 | 0 | 100001 | 10111 | 110100 | 101010110 | 10100 | 101000 |
Color Harmonies of #7A525E
Complementary color
Monochromatic Colors of #7A525E
Black with #7A525E
Text Example
Text Example
White with #7A525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A525E; }
p { color: rgb(122,82,94); }
H1.HeaderClassName
{
color: #7A525E;
}
.AnyTagClassName
{
color: #7A525E;
}
</style>
background-color css
<style>
a { background-color: #7A525E; }
a { background-color: rgb(122,82,94); }
div.DivClassName
{
background-color: #7A525E;
}
.BgClassName
{
background-color: #7A525E;
}
</style>
border-color css
<style>
span { border-color: #7A525E; }
span { border-color: rgb(122,82,94); }
td.TdClassName
{
border-color: #7A525E;
}
.TagClassName
{
border-color: #7A525E;
}
</style>