Shades of Cape Palliser #7D482D
Tints of Cape Palliser #7D482D
RGB
CMYK
RGB Variations
Color information
#7D482D (or 0x7D482D) is known color: Cape Palliser. HEX triplet: 7D, 48 and 2D. RGB value is (125,72,45). Sum of RGB (Red+Green+Blue) = 125+72+45=242 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.65% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 125 - color contains mainly: red. Hex color #7D482D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D482D is #82B7D2. Grayscale: #545454. Windows color (decimal): -8566739 or 2967677. OLE color: 2967677.
HSL color Cylindrical-coordinate representation of color #7D482D: hue angle of 20.25º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D482D is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 72 | 45 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.51 |
| HSL | 20.25º | 0.47% | 0.33% | - |
| HSV(B) | 20.25º | 0.64% | 0.49% | - |
| XYZ | 11.25 | 9.18 | 3.66 | - |
| YUV | 84.77 | 105.56 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 72 | 45 | 0 | 0.42 | 0.64 | 0.51 | 20.25 | 0.47 | 0.33 |
| Hex | 7D | 48 | 2D | 0 | 2A | 40 | 33 | 14 | 2F | 21 |
| Octal | 175 | 110 | 55 | 0 | 52 | 100 | 63 | 24 | 57 | 41 |
| Binary | 1111101 | 1001000 | 101101 | 0 | 101010 | 1000000 | 110011 | 10100 | 101111 | 100001 |
Color Harmonies of #7D482D
Complementary color
Monochromatic Colors of #7D482D
Black with #7D482D
Text Example
Text Example
White with #7D482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D482D; }
p { color: rgb(125,72,45); }
H1.HeaderClassName
{
color: #7D482D;
}
.AnyTagClassName
{
color: #7D482D;
}
</style>
background-color css
<style>
a { background-color: #7D482D; }
a { background-color: rgb(125,72,45); }
div.DivClassName
{
background-color: #7D482D;
}
.BgClassName
{
background-color: #7D482D;
}
</style>
border-color css
<style>
span { border-color: #7D482D; }
span { border-color: rgb(125,72,45); }
td.TdClassName
{
border-color: #7D482D;
}
.TagClassName
{
border-color: #7D482D;
}
</style>