Shades of Domino #795D4B
Tints of Domino #795D4B
RGB
CMYK
RGB Variations
Color information
#795D4B (or 0x795D4B) is known color: Domino. HEX triplet: 79, 5D and 4B. RGB value is (121,93,75). Sum of RGB (Red+Green+Blue) = 121+93+75=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 121 - color contains mainly: red. Hex color #795D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795D4B is #86A2B4. Grayscale: #636363. Windows color (decimal): -8823477 or 4939129. OLE color: 4939129.
HSL color Cylindrical-coordinate representation of color #795D4B: hue angle of 23.48º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #795D4B is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 93 | 75 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.53 |
| HSL | 23.48º | 0.23% | 0.38% | - |
| HSV(B) | 23.48º | 0.38% | 0.47% | - |
| XYZ | 13.07 | 12.4 | 8.36 | - |
| YUV | 99.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 75 | 0 | 0.23 | 0.38 | 0.53 | 23.48 | 0.23 | 0.38 |
| Hex | 79 | 5D | 4B | 0 | 17 | 26 | 35 | 17 | 17 | 26 |
| Octal | 171 | 135 | 113 | 0 | 27 | 46 | 65 | 27 | 27 | 46 |
| Binary | 1111001 | 1011101 | 1001011 | 0 | 10111 | 100110 | 110101 | 10111 | 10111 | 100110 |
Color Harmonies of #795D4B
Complementary color
Monochromatic Colors of #795D4B
Black with #795D4B
Text Example
Text Example
White with #795D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795D4B; }
p { color: rgb(121,93,75); }
H1.HeaderClassName
{
color: #795D4B;
}
.AnyTagClassName
{
color: #795D4B;
}
</style>
background-color css
<style>
a { background-color: #795D4B; }
a { background-color: rgb(121,93,75); }
div.DivClassName
{
background-color: #795D4B;
}
.BgClassName
{
background-color: #795D4B;
}
</style>
border-color css
<style>
span { border-color: #795D4B; }
span { border-color: rgb(121,93,75); }
td.TdClassName
{
border-color: #795D4B;
}
.TagClassName
{
border-color: #795D4B;
}
</style>