Shades of Cape Palliser #774A2D
Tints of Cape Palliser #774A2D
RGB
CMYK
RGB Variations
Color information
#774A2D (or 0x774A2D) is known color: Cape Palliser. HEX triplet: 77, 4A and 2D. RGB value is (119,74,45). Sum of RGB (Red+Green+Blue) = 119+74+45=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #774A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A2D is #88B5D2. Grayscale: #545454. Windows color (decimal): -8959443 or 2968183. OLE color: 2968183.
HSL color Cylindrical-coordinate representation of color #774A2D: hue angle of 23.51º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #774A2D is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 74 | 45 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.53 |
| HSL | 23.51º | 0.45% | 0.32% | - |
| HSV(B) | 23.51º | 0.62% | 0.47% | - |
| XYZ | 10.53 | 9.01 | 3.67 | - |
| YUV | 84.15 | 105.91 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 45 | 0 | 0.38 | 0.62 | 0.53 | 23.51 | 0.45 | 0.32 |
| Hex | 77 | 4A | 2D | 0 | 26 | 3E | 35 | 18 | 2D | 20 |
| Octal | 167 | 112 | 55 | 0 | 46 | 76 | 65 | 30 | 55 | 40 |
| Binary | 1110111 | 1001010 | 101101 | 0 | 100110 | 111110 | 110101 | 11000 | 101101 | 100000 |
Color Harmonies of #774A2D
Complementary color
Monochromatic Colors of #774A2D
Black with #774A2D
Text Example
Text Example
White with #774A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774A2D; }
p { color: rgb(119,74,45); }
H1.HeaderClassName
{
color: #774A2D;
}
.AnyTagClassName
{
color: #774A2D;
}
</style>
background-color css
<style>
a { background-color: #774A2D; }
a { background-color: rgb(119,74,45); }
div.DivClassName
{
background-color: #774A2D;
}
.BgClassName
{
background-color: #774A2D;
}
</style>
border-color css
<style>
span { border-color: #774A2D; }
span { border-color: rgb(119,74,45); }
td.TdClassName
{
border-color: #774A2D;
}
.TagClassName
{
border-color: #774A2D;
}
</style>