Shades of Cape Palliser #774B2F
Tints of Cape Palliser #774B2F
RGB
CMYK
RGB Variations
Color information
#774B2F (or 0x774B2F) is known color: Cape Palliser. HEX triplet: 77, 4B and 2F. RGB value is (119,75,47). Sum of RGB (Red+Green+Blue) = 119+75+47=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #774B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774B2F is #88B4D0. Grayscale: #555555. Windows color (decimal): -8959185 or 3099511. OLE color: 3099511.
HSL color Cylindrical-coordinate representation of color #774B2F: hue angle of 23.33º 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 #774B2F is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 75 | 47 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.53 |
| HSL | 23.33º | 0.43% | 0.33% | - |
| HSV(B) | 23.33º | 0.61% | 0.47% | - |
| XYZ | 10.64 | 9.16 | 3.9 | - |
| YUV | 84.96 | 106.58 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 75 | 47 | 0 | 0.37 | 0.61 | 0.53 | 23.33 | 0.43 | 0.33 |
| Hex | 77 | 4B | 2F | 0 | 25 | 3D | 35 | 17 | 2B | 21 |
| Octal | 167 | 113 | 57 | 0 | 45 | 75 | 65 | 27 | 53 | 41 |
| Binary | 1110111 | 1001011 | 101111 | 0 | 100101 | 111101 | 110101 | 10111 | 101011 | 100001 |
Color Harmonies of #774B2F
Complementary color
Monochromatic Colors of #774B2F
Black with #774B2F
Text Example
Text Example
White with #774B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774B2F; }
p { color: rgb(119,75,47); }
H1.HeaderClassName
{
color: #774B2F;
}
.AnyTagClassName
{
color: #774B2F;
}
</style>
background-color css
<style>
a { background-color: #774B2F; }
a { background-color: rgb(119,75,47); }
div.DivClassName
{
background-color: #774B2F;
}
.BgClassName
{
background-color: #774B2F;
}
</style>
border-color css
<style>
span { border-color: #774B2F; }
span { border-color: rgb(119,75,47); }
td.TdClassName
{
border-color: #774B2F;
}
.TagClassName
{
border-color: #774B2F;
}
</style>