Shades of Pablo #7D705B
Tints of Pablo #7D705B
RGB
CMYK
RGB Variations
Color information
#7D705B (or 0x7D705B) is known color: Pablo. HEX triplet: 7D, 70 and 5B. RGB value is (125,112,91). Sum of RGB (Red+Green+Blue) = 125+112+91=328 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.11% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 125 - color contains mainly: red. Hex color #7D705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D705B is #828FA4. Grayscale: #717171. Windows color (decimal): -8556453 or 5992573. OLE color: 5992573.
HSL color Cylindrical-coordinate representation of color #7D705B: hue angle of 37.06º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D705B is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 112 | 91 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.51 |
| HSL | 37.06º | 0.16% | 0.42% | - |
| HSV(B) | 37.06º | 0.27% | 0.49% | - |
| XYZ | 16.14 | 16.7 | 12.27 | - |
| YUV | 113.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 112 | 91 | 0 | 0.10 | 0.27 | 0.51 | 37.06 | 0.16 | 0.42 |
| Hex | 7D | 70 | 5B | 0 | A | 1B | 33 | 25 | 10 | 2A |
| Octal | 175 | 160 | 133 | 0 | 12 | 33 | 63 | 45 | 20 | 52 |
| Binary | 1111101 | 1110000 | 1011011 | 0 | 1010 | 11011 | 110011 | 100101 | 10000 | 101010 |
Color Harmonies of #7D705B
Complementary color
Monochromatic Colors of #7D705B
Black with #7D705B
Text Example
Text Example
White with #7D705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D705B; }
p { color: rgb(125,112,91); }
H1.HeaderClassName
{
color: #7D705B;
}
.AnyTagClassName
{
color: #7D705B;
}
</style>
background-color css
<style>
a { background-color: #7D705B; }
a { background-color: rgb(125,112,91); }
div.DivClassName
{
background-color: #7D705B;
}
.BgClassName
{
background-color: #7D705B;
}
</style>
border-color css
<style>
span { border-color: #7D705B; }
span { border-color: rgb(125,112,91); }
td.TdClassName
{
border-color: #7D705B;
}
.TagClassName
{
border-color: #7D705B;
}
</style>