Shades of Cosmic #79516A
Tints of Cosmic #79516A
RGB
CMYK
RGB Variations
Color information
#79516A (or 0x79516A) is known color: Cosmic. HEX triplet: 79, 51 and 6A. RGB value is (121,81,106). Sum of RGB (Red+Green+Blue) = 121+81+106=308 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.29% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 121 - color contains mainly: red. Hex color #79516A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79516A is #86AE95. Grayscale: #5F5F5F. Windows color (decimal): -8826518 or 6967673. OLE color: 6967673.
HSL color Cylindrical-coordinate representation of color #79516A: hue angle of 322.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #79516A is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 81 | 106 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.53 |
| HSL | 322.5º | 0.2% | 0.4% | - |
| HSV(B) | 322.5º | 0.33% | 0.47% | - |
| XYZ | 13.43 | 10.99 | 15.05 | - |
| YUV | 95.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 81 | 106 | 0 | 0.33 | 0.12 | 0.53 | 322.5 | 0.2 | 0.4 |
| Hex | 79 | 51 | 6A | 0 | 21 | C | 35 | 142 | 14 | 28 |
| Octal | 171 | 121 | 152 | 0 | 41 | 14 | 65 | 502 | 24 | 50 |
| Binary | 1111001 | 1010001 | 1101010 | 0 | 100001 | 1100 | 110101 | 101000010 | 10100 | 101000 |
Color Harmonies of #79516A
Complementary color
Monochromatic Colors of #79516A
Black with #79516A
Text Example
Text Example
White with #79516A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79516A; }
p { color: rgb(121,81,106); }
H1.HeaderClassName
{
color: #79516A;
}
.AnyTagClassName
{
color: #79516A;
}
</style>
background-color css
<style>
a { background-color: #79516A; }
a { background-color: rgb(121,81,106); }
div.DivClassName
{
background-color: #79516A;
}
.BgClassName
{
background-color: #79516A;
}
</style>
border-color css
<style>
span { border-color: #79516A; }
span { border-color: rgb(121,81,106); }
td.TdClassName
{
border-color: #79516A;
}
.TagClassName
{
border-color: #79516A;
}
</style>