Shades of Pablo #7D7256
Tints of Pablo #7D7256
RGB
CMYK
RGB Variations
Color information
#7D7256 (or 0x7D7256) is known color: Pablo. HEX triplet: 7D, 72 and 56. RGB value is (125,114,86). Sum of RGB (Red+Green+Blue) = 125+114+86=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7256 is #828DA9. Grayscale: #727272. Windows color (decimal): -8555946 or 5665405. OLE color: 5665405.
HSL color Cylindrical-coordinate representation of color #7D7256: hue angle of 43.08º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D7256 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 114 | 86 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.51 |
| HSL | 43.08º | 0.18% | 0.41% | - |
| HSV(B) | 43.08º | 0.31% | 0.49% | - |
| XYZ | 16.15 | 17.07 | 11.25 | - |
| YUV | 114.1 | 112.14 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 114 | 86 | 0 | 0.09 | 0.31 | 0.51 | 43.08 | 0.18 | 0.41 |
| Hex | 7D | 72 | 56 | 0 | 9 | 1F | 33 | 2B | 12 | 29 |
| Octal | 175 | 162 | 126 | 0 | 11 | 37 | 63 | 53 | 22 | 51 |
| Binary | 1111101 | 1110010 | 1010110 | 0 | 1001 | 11111 | 110011 | 101011 | 10010 | 101001 |
Color Harmonies of #7D7256
Complementary color
Monochromatic Colors of #7D7256
Black with #7D7256
Text Example
Text Example
White with #7D7256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7256; }
p { color: rgb(125,114,86); }
H1.HeaderClassName
{
color: #7D7256;
}
.AnyTagClassName
{
color: #7D7256;
}
</style>
background-color css
<style>
a { background-color: #7D7256; }
a { background-color: rgb(125,114,86); }
div.DivClassName
{
background-color: #7D7256;
}
.BgClassName
{
background-color: #7D7256;
}
</style>
border-color css
<style>
span { border-color: #7D7256; }
span { border-color: rgb(125,114,86); }
td.TdClassName
{
border-color: #7D7256;
}
.TagClassName
{
border-color: #7D7256;
}
</style>