Shades of Cape Palliser #774A2F
Tints of Cape Palliser #774A2F
RGB
CMYK
RGB Variations
Color information
#774A2F (or 0x774A2F) is known color: Cape Palliser. HEX triplet: 77, 4A and 2F. RGB value is (119,74,47). Sum of RGB (Red+Green+Blue) = 119+74+47=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #774A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A2F is #88B5D0. Grayscale: #545454. Windows color (decimal): -8959441 or 3099255. OLE color: 3099255.
HSL color Cylindrical-coordinate representation of color #774A2F: hue angle of 22.5º 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 #774A2F is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 74 | 47 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.53 |
| HSL | 22.5º | 0.43% | 0.33% | - |
| HSV(B) | 22.5º | 0.61% | 0.47% | - |
| XYZ | 10.57 | 9.02 | 3.87 | - |
| YUV | 84.38 | 106.91 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 47 | 0 | 0.38 | 0.61 | 0.53 | 22.5 | 0.43 | 0.33 |
| Hex | 77 | 4A | 2F | 0 | 26 | 3D | 35 | 16 | 2B | 21 |
| Octal | 167 | 112 | 57 | 0 | 46 | 75 | 65 | 26 | 53 | 41 |
| Binary | 1110111 | 1001010 | 101111 | 0 | 100110 | 111101 | 110101 | 10110 | 101011 | 100001 |
Color Harmonies of #774A2F
Complementary color
Monochromatic Colors of #774A2F
Black with #774A2F
Text Example
Text Example
White with #774A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774A2F; }
p { color: rgb(119,74,47); }
H1.HeaderClassName
{
color: #774A2F;
}
.AnyTagClassName
{
color: #774A2F;
}
</style>
background-color css
<style>
a { background-color: #774A2F; }
a { background-color: rgb(119,74,47); }
div.DivClassName
{
background-color: #774A2F;
}
.BgClassName
{
background-color: #774A2F;
}
</style>
border-color css
<style>
span { border-color: #774A2F; }
span { border-color: rgb(119,74,47); }
td.TdClassName
{
border-color: #774A2F;
}
.TagClassName
{
border-color: #774A2F;
}
</style>