Shades of Cape Palliser #774B2C
Tints of Cape Palliser #774B2C
RGB
CMYK
RGB Variations
Color information
#774B2C (or 0x774B2C) is known color: Cape Palliser. HEX triplet: 77, 4B and 2C. RGB value is (119,75,44). Sum of RGB (Red+Green+Blue) = 119+75+44=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 75 (29.69% from 255 or 31.51% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #774B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774B2C is #88B4D3. Grayscale: #545454. Windows color (decimal): -8959188 or 2902903. OLE color: 2902903.
HSL color Cylindrical-coordinate representation of color #774B2C: hue angle of 24.8º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #774B2C is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 75 | 44 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.53 |
| HSL | 24.8º | 0.46% | 0.32% | - |
| HSV(B) | 24.8º | 0.63% | 0.47% | - |
| XYZ | 10.58 | 9.14 | 3.59 | - |
| YUV | 84.62 | 105.08 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 75 | 44 | 0 | 0.37 | 0.63 | 0.53 | 24.8 | 0.46 | 0.32 |
| Hex | 77 | 4B | 2C | 0 | 25 | 3F | 35 | 19 | 2E | 20 |
| Octal | 167 | 113 | 54 | 0 | 45 | 77 | 65 | 31 | 56 | 40 |
| Binary | 1110111 | 1001011 | 101100 | 0 | 100101 | 111111 | 110101 | 11001 | 101110 | 100000 |
Color Harmonies of #774B2C
Complementary color
Monochromatic Colors of #774B2C
Black with #774B2C
Text Example
Text Example
White with #774B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774B2C; }
p { color: rgb(119,75,44); }
H1.HeaderClassName
{
color: #774B2C;
}
.AnyTagClassName
{
color: #774B2C;
}
</style>
background-color css
<style>
a { background-color: #774B2C; }
a { background-color: rgb(119,75,44); }
div.DivClassName
{
background-color: #774B2C;
}
.BgClassName
{
background-color: #774B2C;
}
</style>
border-color css
<style>
span { border-color: #774B2C; }
span { border-color: rgb(119,75,44); }
td.TdClassName
{
border-color: #774B2C;
}
.TagClassName
{
border-color: #774B2C;
}
</style>