Shades of Cape Palliser #794D2F
Tints of Cape Palliser #794D2F
RGB
CMYK
RGB Variations
Color information
#794D2F (or 0x794D2F) is known color: Cape Palliser. HEX triplet: 79, 4D and 2F. RGB value is (121,77,47). Sum of RGB (Red+Green+Blue) = 121+77+47=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #794D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #794D2F is #86B2D0. Grayscale: #565656. Windows color (decimal): -8827601 or 3100025. OLE color: 3100025.
HSL color Cylindrical-coordinate representation of color #794D2F: hue angle of 24.32º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #794D2F is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 77 | 47 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.53 |
| HSL | 24.32º | 0.44% | 0.33% | - |
| HSV(B) | 24.32º | 0.61% | 0.47% | - |
| XYZ | 11.05 | 9.58 | 3.96 | - |
| YUV | 86.74 | 105.58 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 77 | 47 | 0 | 0.36 | 0.61 | 0.53 | 24.32 | 0.44 | 0.33 |
| Hex | 79 | 4D | 2F | 0 | 24 | 3D | 35 | 18 | 2C | 21 |
| Octal | 171 | 115 | 57 | 0 | 44 | 75 | 65 | 30 | 54 | 41 |
| Binary | 1111001 | 1001101 | 101111 | 0 | 100100 | 111101 | 110101 | 11000 | 101100 | 100001 |
Color Harmonies of #794D2F
Complementary color
Monochromatic Colors of #794D2F
Black with #794D2F
Text Example
Text Example
White with #794D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794D2F; }
p { color: rgb(121,77,47); }
H1.HeaderClassName
{
color: #794D2F;
}
.AnyTagClassName
{
color: #794D2F;
}
</style>
background-color css
<style>
a { background-color: #794D2F; }
a { background-color: rgb(121,77,47); }
div.DivClassName
{
background-color: #794D2F;
}
.BgClassName
{
background-color: #794D2F;
}
</style>
border-color css
<style>
span { border-color: #794D2F; }
span { border-color: rgb(121,77,47); }
td.TdClassName
{
border-color: #794D2F;
}
.TagClassName
{
border-color: #794D2F;
}
</style>