Shades of Cosmic #795B6C
Tints of Cosmic #795B6C
RGB
CMYK
RGB Variations
Color information
#795B6C (or 0x795B6C) is known color: Cosmic. HEX triplet: 79, 5B and 6C. RGB value is (121,91,108). Sum of RGB (Red+Green+Blue) = 121+91+108=320 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.81% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 121 - color contains mainly: red. Hex color #795B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795B6C is #86A493. Grayscale: #656565. Windows color (decimal): -8823956 or 7101305. OLE color: 7101305.
HSL color Cylindrical-coordinate representation of color #795B6C: hue angle of 326º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #795B6C is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 91 | 108 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.53 |
| HSL | 326º | 0.14% | 0.42% | - |
| HSV(B) | 326º | 0.25% | 0.47% | - |
| XYZ | 14.33 | 12.63 | 15.87 | - |
| YUV | 101.91 | 131.44 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 91 | 108 | 0 | 0.25 | 0.11 | 0.53 | 326 | 0.14 | 0.42 |
| Hex | 79 | 5B | 6C | 0 | 19 | B | 35 | 146 | E | 2A |
| Octal | 171 | 133 | 154 | 0 | 31 | 13 | 65 | 506 | 16 | 52 |
| Binary | 1111001 | 1011011 | 1101100 | 0 | 11001 | 1011 | 110101 | 101000110 | 1110 | 101010 |
Color Harmonies of #795B6C
Complementary color
Monochromatic Colors of #795B6C
Black with #795B6C
Text Example
Text Example
White with #795B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795B6C; }
p { color: rgb(121,91,108); }
H1.HeaderClassName
{
color: #795B6C;
}
.AnyTagClassName
{
color: #795B6C;
}
</style>
background-color css
<style>
a { background-color: #795B6C; }
a { background-color: rgb(121,91,108); }
div.DivClassName
{
background-color: #795B6C;
}
.BgClassName
{
background-color: #795B6C;
}
</style>
border-color css
<style>
span { border-color: #795B6C; }
span { border-color: rgb(121,91,108); }
td.TdClassName
{
border-color: #795B6C;
}
.TagClassName
{
border-color: #795B6C;
}
</style>