Shades of Pablo #7D725E
Tints of Pablo #7D725E
RGB
CMYK
RGB Variations
Color information
#7D725E (or 0x7D725E) is known color: Pablo. HEX triplet: 7D, 72 and 5E. RGB value is (125,114,94). Sum of RGB (Red+Green+Blue) = 125+114+94=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 125 - color contains mainly: red. Hex color #7D725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D725E is #828DA1. Grayscale: #737373. Windows color (decimal): -8555938 or 6189693. OLE color: 6189693.
HSL color Cylindrical-coordinate representation of color #7D725E: hue angle of 38.71º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7D725E is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 114 | 94 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.51 |
| HSL | 38.71º | 0.14% | 0.43% | - |
| HSV(B) | 38.71º | 0.25% | 0.49% | - |
| XYZ | 16.5 | 17.2 | 13.04 | - |
| YUV | 115.01 | 116.14 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 114 | 94 | 0 | 0.09 | 0.25 | 0.51 | 38.71 | 0.14 | 0.43 |
| Hex | 7D | 72 | 5E | 0 | 9 | 19 | 33 | 27 | E | 2B |
| Octal | 175 | 162 | 136 | 0 | 11 | 31 | 63 | 47 | 16 | 53 |
| Binary | 1111101 | 1110010 | 1011110 | 0 | 1001 | 11001 | 110011 | 100111 | 1110 | 101011 |
Color Harmonies of #7D725E
Complementary color
Monochromatic Colors of #7D725E
Black with #7D725E
Text Example
Text Example
White with #7D725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D725E; }
p { color: rgb(125,114,94); }
H1.HeaderClassName
{
color: #7D725E;
}
.AnyTagClassName
{
color: #7D725E;
}
</style>
background-color css
<style>
a { background-color: #7D725E; }
a { background-color: rgb(125,114,94); }
div.DivClassName
{
background-color: #7D725E;
}
.BgClassName
{
background-color: #7D725E;
}
</style>
border-color css
<style>
span { border-color: #7D725E; }
span { border-color: rgb(125,114,94); }
td.TdClassName
{
border-color: #7D725E;
}
.TagClassName
{
border-color: #7D725E;
}
</style>