Shades of Cosmic #79525B
Tints of Cosmic #79525B
RGB
CMYK
RGB Variations
Color information
#79525B (or 0x79525B) is known color: Cosmic. HEX triplet: 79, 52 and 5B. RGB value is (121,82,91). Sum of RGB (Red+Green+Blue) = 121+82+91=294 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.16% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 121 - color contains mainly: red. Hex color #79525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79525B is #86ADA4. Grayscale: #5E5E5E. Windows color (decimal): -8826277 or 5984889. OLE color: 5984889.
HSL color Cylindrical-coordinate representation of color #79525B: hue angle of 346.15º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #79525B is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 82 | 91 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.53 |
| HSL | 346.15º | 0.19% | 0.4% | - |
| HSV(B) | 346.15º | 0.32% | 0.47% | - |
| XYZ | 12.79 | 10.85 | 11.32 | - |
| YUV | 94.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 82 | 91 | 0 | 0.32 | 0.25 | 0.53 | 346.15 | 0.19 | 0.4 |
| Hex | 79 | 52 | 5B | 0 | 20 | 19 | 35 | 15A | 13 | 28 |
| Octal | 171 | 122 | 133 | 0 | 40 | 31 | 65 | 532 | 23 | 50 |
| Binary | 1111001 | 1010010 | 1011011 | 0 | 100000 | 11001 | 110101 | 101011010 | 10011 | 101000 |
Color Harmonies of #79525B
Complementary color
Monochromatic Colors of #79525B
Black with #79525B
Text Example
Text Example
White with #79525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79525B; }
p { color: rgb(121,82,91); }
H1.HeaderClassName
{
color: #79525B;
}
.AnyTagClassName
{
color: #79525B;
}
</style>
background-color css
<style>
a { background-color: #79525B; }
a { background-color: rgb(121,82,91); }
div.DivClassName
{
background-color: #79525B;
}
.BgClassName
{
background-color: #79525B;
}
</style>
border-color css
<style>
span { border-color: #79525B; }
span { border-color: rgb(121,82,91); }
td.TdClassName
{
border-color: #79525B;
}
.TagClassName
{
border-color: #79525B;
}
</style>