Shades of Cosmic #7A525C
Tints of Cosmic #7A525C
RGB
CMYK
RGB Variations
Color information
#7A525C (or 0x7A525C) is known color: Cosmic. HEX triplet: 7A, 52 and 5C. RGB value is (122,82,92). Sum of RGB (Red+Green+Blue) = 122+82+92=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 122 - color contains mainly: red. Hex color #7A525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A525C is #85ADA3. Grayscale: #5F5F5F. Windows color (decimal): -8760740 or 6050426. OLE color: 6050426.
HSL color Cylindrical-coordinate representation of color #7A525C: hue angle of 345º 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 #7A525C is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 82 | 92 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.52 |
| HSL | 345º | 0.2% | 0.4% | - |
| HSV(B) | 345º | 0.33% | 0.48% | - |
| XYZ | 12.98 | 10.94 | 11.55 | - |
| YUV | 95.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 82 | 92 | 0 | 0.33 | 0.25 | 0.52 | 345 | 0.2 | 0.4 |
| Hex | 7A | 52 | 5C | 0 | 21 | 19 | 34 | 159 | 14 | 28 |
| Octal | 172 | 122 | 134 | 0 | 41 | 31 | 64 | 531 | 24 | 50 |
| Binary | 1111010 | 1010010 | 1011100 | 0 | 100001 | 11001 | 110100 | 101011001 | 10100 | 101000 |
Color Harmonies of #7A525C
Complementary color
Monochromatic Colors of #7A525C
Black with #7A525C
Text Example
Text Example
White with #7A525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A525C; }
p { color: rgb(122,82,92); }
H1.HeaderClassName
{
color: #7A525C;
}
.AnyTagClassName
{
color: #7A525C;
}
</style>
background-color css
<style>
a { background-color: #7A525C; }
a { background-color: rgb(122,82,92); }
div.DivClassName
{
background-color: #7A525C;
}
.BgClassName
{
background-color: #7A525C;
}
</style>
border-color css
<style>
span { border-color: #7A525C; }
span { border-color: rgb(122,82,92); }
td.TdClassName
{
border-color: #7A525C;
}
.TagClassName
{
border-color: #7A525C;
}
</style>