Shades of Cosmic #795C6C
Tints of Cosmic #795C6C
RGB
CMYK
RGB Variations
Color information
#795C6C (or 0x795C6C) is known color: Cosmic. HEX triplet: 79, 5C and 6C. RGB value is (121,92,108). Sum of RGB (Red+Green+Blue) = 121+92+108=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 121 - color contains mainly: red. Hex color #795C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795C6C is #86A393. Grayscale: #666666. Windows color (decimal): -8823700 or 7101561. OLE color: 7101561.
HSL color Cylindrical-coordinate representation of color #795C6C: hue angle of 326.9º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #795C6C is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 92 | 108 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.53 |
| HSL | 326.9º | 0.14% | 0.42% | - |
| HSV(B) | 326.9º | 0.24% | 0.47% | - |
| XYZ | 14.42 | 12.8 | 15.9 | - |
| YUV | 102.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 92 | 108 | 0 | 0.24 | 0.11 | 0.53 | 326.9 | 0.14 | 0.42 |
| Hex | 79 | 5C | 6C | 0 | 18 | B | 35 | 147 | E | 2A |
| Octal | 171 | 134 | 154 | 0 | 30 | 13 | 65 | 507 | 16 | 52 |
| Binary | 1111001 | 1011100 | 1101100 | 0 | 11000 | 1011 | 110101 | 101000111 | 1110 | 101010 |
Color Harmonies of #795C6C
Complementary color
Monochromatic Colors of #795C6C
Black with #795C6C
Text Example
Text Example
White with #795C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795C6C; }
p { color: rgb(121,92,108); }
H1.HeaderClassName
{
color: #795C6C;
}
.AnyTagClassName
{
color: #795C6C;
}
</style>
background-color css
<style>
a { background-color: #795C6C; }
a { background-color: rgb(121,92,108); }
div.DivClassName
{
background-color: #795C6C;
}
.BgClassName
{
background-color: #795C6C;
}
</style>
border-color css
<style>
span { border-color: #795C6C; }
span { border-color: rgb(121,92,108); }
td.TdClassName
{
border-color: #795C6C;
}
.TagClassName
{
border-color: #795C6C;
}
</style>