Shades of Cosmic #795D6B
Tints of Cosmic #795D6B
RGB
CMYK
RGB Variations
Color information
#795D6B (or 0x795D6B) is known color: Cosmic. HEX triplet: 79, 5D and 6B. RGB value is (121,93,107). Sum of RGB (Red+Green+Blue) = 121+93+107=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 121 - color contains mainly: red. Hex color #795D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795D6B is #86A294. Grayscale: #666666. Windows color (decimal): -8823445 or 7036281. OLE color: 7036281.
HSL color Cylindrical-coordinate representation of color #795D6B: hue angle of 330º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #795D6B is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 93 | 107 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.53 |
| HSL | 330º | 0.13% | 0.42% | - |
| HSV(B) | 330º | 0.23% | 0.47% | - |
| XYZ | 14.45 | 12.96 | 15.65 | - |
| YUV | 102.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 107 | 0 | 0.23 | 0.12 | 0.53 | 330 | 0.13 | 0.42 |
| Hex | 79 | 5D | 6B | 0 | 17 | C | 35 | 14A | D | 2A |
| Octal | 171 | 135 | 153 | 0 | 27 | 14 | 65 | 512 | 15 | 52 |
| Binary | 1111001 | 1011101 | 1101011 | 0 | 10111 | 1100 | 110101 | 101001010 | 1101 | 101010 |
Color Harmonies of #795D6B
Complementary color
Monochromatic Colors of #795D6B
Black with #795D6B
Text Example
Text Example
White with #795D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795D6B; }
p { color: rgb(121,93,107); }
H1.HeaderClassName
{
color: #795D6B;
}
.AnyTagClassName
{
color: #795D6B;
}
</style>
background-color css
<style>
a { background-color: #795D6B; }
a { background-color: rgb(121,93,107); }
div.DivClassName
{
background-color: #795D6B;
}
.BgClassName
{
background-color: #795D6B;
}
</style>
border-color css
<style>
span { border-color: #795D6B; }
span { border-color: rgb(121,93,107); }
td.TdClassName
{
border-color: #795D6B;
}
.TagClassName
{
border-color: #795D6B;
}
</style>