Shades of Pablo #7F7256
Tints of Pablo #7F7256
RGB
CMYK
RGB Variations
Color information
#7F7256 (or 0x7F7256) is known color: Pablo. HEX triplet: 7F, 72 and 56. RGB value is (127,114,86). Sum of RGB (Red+Green+Blue) = 127+114+86=327 (43% of max value = 765). Red value is 127 (50% from 255 or 38.84% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7256 is #808DA9. Grayscale: #727272. Windows color (decimal): -8424874 or 5665407. OLE color: 5665407.
HSL color Cylindrical-coordinate representation of color #7F7256: hue angle of 40.98º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F7256 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 114 | 86 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.50 |
| HSL | 40.98º | 0.19% | 0.42% | - |
| HSV(B) | 40.98º | 0.32% | 0.5% | - |
| XYZ | 16.45 | 17.22 | 11.26 | - |
| YUV | 114.7 | 111.81 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 114 | 86 | 0 | 0.10 | 0.32 | 0.50 | 40.98 | 0.19 | 0.42 |
| Hex | 7F | 72 | 56 | 0 | A | 20 | 32 | 29 | 13 | 2A |
| Octal | 177 | 162 | 126 | 0 | 12 | 40 | 62 | 51 | 23 | 52 |
| Binary | 1111111 | 1110010 | 1010110 | 0 | 1010 | 100000 | 110010 | 101001 | 10011 | 101010 |
Color Harmonies of #7F7256
Complementary color
Monochromatic Colors of #7F7256
Black with #7F7256
Text Example
Text Example
White with #7F7256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7256; }
p { color: rgb(127,114,86); }
H1.HeaderClassName
{
color: #7F7256;
}
.AnyTagClassName
{
color: #7F7256;
}
</style>
background-color css
<style>
a { background-color: #7F7256; }
a { background-color: rgb(127,114,86); }
div.DivClassName
{
background-color: #7F7256;
}
.BgClassName
{
background-color: #7F7256;
}
</style>
border-color css
<style>
span { border-color: #7F7256; }
span { border-color: rgb(127,114,86); }
td.TdClassName
{
border-color: #7F7256;
}
.TagClassName
{
border-color: #7F7256;
}
</style>