Shades of Cape Palliser #774D2F
Tints of Cape Palliser #774D2F
RGB
CMYK
RGB Variations
Color information
#774D2F (or 0x774D2F) is known color: Cape Palliser. HEX triplet: 77, 4D and 2F. RGB value is (119,77,47). Sum of RGB (Red+Green+Blue) = 119+77+47=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #774D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D2F is #88B2D0. Grayscale: #565656. Windows color (decimal): -8958673 or 3100023. OLE color: 3100023.
HSL color Cylindrical-coordinate representation of color #774D2F: hue angle of 25º degrees, saturation: 0.43, 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 #774D2F is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 77 | 47 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.53 |
| HSL | 25º | 0.43% | 0.33% | - |
| HSV(B) | 25º | 0.61% | 0.47% | - |
| XYZ | 10.77 | 9.43 | 3.94 | - |
| YUV | 86.14 | 105.91 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 47 | 0 | 0.35 | 0.61 | 0.53 | 25 | 0.43 | 0.33 |
| Hex | 77 | 4D | 2F | 0 | 23 | 3D | 35 | 19 | 2B | 21 |
| Octal | 167 | 115 | 57 | 0 | 43 | 75 | 65 | 31 | 53 | 41 |
| Binary | 1110111 | 1001101 | 101111 | 0 | 100011 | 111101 | 110101 | 11001 | 101011 | 100001 |
Color Harmonies of #774D2F
Complementary color
Monochromatic Colors of #774D2F
Black with #774D2F
Text Example
Text Example
White with #774D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774D2F; }
p { color: rgb(119,77,47); }
H1.HeaderClassName
{
color: #774D2F;
}
.AnyTagClassName
{
color: #774D2F;
}
</style>
background-color css
<style>
a { background-color: #774D2F; }
a { background-color: rgb(119,77,47); }
div.DivClassName
{
background-color: #774D2F;
}
.BgClassName
{
background-color: #774D2F;
}
</style>
border-color css
<style>
span { border-color: #774D2F; }
span { border-color: rgb(119,77,47); }
td.TdClassName
{
border-color: #774D2F;
}
.TagClassName
{
border-color: #774D2F;
}
</style>