Shades of Cape Palliser #7B4B2F
Tints of Cape Palliser #7B4B2F
RGB
CMYK
RGB Variations
Color information
#7B4B2F (or 0x7B4B2F) is known color: Cape Palliser. HEX triplet: 7B, 4B and 2F. RGB value is (123,75,47). Sum of RGB (Red+Green+Blue) = 123+75+47=245 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.20% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4B2F is #84B4D0. Grayscale: #565656. Windows color (decimal): -8697041 or 3099515. OLE color: 3099515.
HSL color Cylindrical-coordinate representation of color #7B4B2F: hue angle of 22.11º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B4B2F is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 75 | 47 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.52 |
| HSL | 22.11º | 0.45% | 0.33% | - |
| HSV(B) | 22.11º | 0.62% | 0.48% | - |
| XYZ | 11.2 | 9.45 | 3.92 | - |
| YUV | 86.16 | 105.9 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 75 | 47 | 0 | 0.39 | 0.62 | 0.52 | 22.11 | 0.45 | 0.33 |
| Hex | 7B | 4B | 2F | 0 | 27 | 3E | 34 | 16 | 2D | 21 |
| Octal | 173 | 113 | 57 | 0 | 47 | 76 | 64 | 26 | 55 | 41 |
| Binary | 1111011 | 1001011 | 101111 | 0 | 100111 | 111110 | 110100 | 10110 | 101101 | 100001 |
Color Harmonies of #7B4B2F
Complementary color
Monochromatic Colors of #7B4B2F
Black with #7B4B2F
Text Example
Text Example
White with #7B4B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4B2F; }
p { color: rgb(123,75,47); }
H1.HeaderClassName
{
color: #7B4B2F;
}
.AnyTagClassName
{
color: #7B4B2F;
}
</style>
background-color css
<style>
a { background-color: #7B4B2F; }
a { background-color: rgb(123,75,47); }
div.DivClassName
{
background-color: #7B4B2F;
}
.BgClassName
{
background-color: #7B4B2F;
}
</style>
border-color css
<style>
span { border-color: #7B4B2F; }
span { border-color: rgb(123,75,47); }
td.TdClassName
{
border-color: #7B4B2F;
}
.TagClassName
{
border-color: #7B4B2F;
}
</style>