Shades of Cape Palliser #784A2C
Tints of Cape Palliser #784A2C
RGB
CMYK
RGB Variations
Color information
#784A2C (or 0x784A2C) is known color: Cape Palliser. HEX triplet: 78, 4A and 2C. RGB value is (120,74,44). Sum of RGB (Red+Green+Blue) = 120+74+44=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #784A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784A2C is #87B5D3. Grayscale: #545454. Windows color (decimal): -8893908 or 2902648. OLE color: 2902648.
HSL color Cylindrical-coordinate representation of color #784A2C: hue angle of 23.68º 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 #784A2C is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 74 | 44 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.53 |
| HSL | 23.68º | 0.46% | 0.32% | - |
| HSV(B) | 23.68º | 0.63% | 0.47% | - |
| XYZ | 10.65 | 9.07 | 3.57 | - |
| YUV | 84.33 | 105.24 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 74 | 44 | 0 | 0.38 | 0.63 | 0.53 | 23.68 | 0.46 | 0.32 |
| Hex | 78 | 4A | 2C | 0 | 26 | 3F | 35 | 18 | 2E | 20 |
| Octal | 170 | 112 | 54 | 0 | 46 | 77 | 65 | 30 | 56 | 40 |
| Binary | 1111000 | 1001010 | 101100 | 0 | 100110 | 111111 | 110101 | 11000 | 101110 | 100000 |
Color Harmonies of #784A2C
Complementary color
Monochromatic Colors of #784A2C
Black with #784A2C
Text Example
Text Example
White with #784A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784A2C; }
p { color: rgb(120,74,44); }
H1.HeaderClassName
{
color: #784A2C;
}
.AnyTagClassName
{
color: #784A2C;
}
</style>
background-color css
<style>
a { background-color: #784A2C; }
a { background-color: rgb(120,74,44); }
div.DivClassName
{
background-color: #784A2C;
}
.BgClassName
{
background-color: #784A2C;
}
</style>
border-color css
<style>
span { border-color: #784A2C; }
span { border-color: rgb(120,74,44); }
td.TdClassName
{
border-color: #784A2C;
}
.TagClassName
{
border-color: #784A2C;
}
</style>