Shades of Pablo #7D7557
Tints of Pablo #7D7557
RGB
CMYK
RGB Variations
Color information
#7D7557 (or 0x7D7557) is known color: Pablo. HEX triplet: 7D, 75 and 57. RGB value is (125,117,87). Sum of RGB (Red+Green+Blue) = 125+117+87=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7557 is #828AA8. Grayscale: #747474. Windows color (decimal): -8555177 or 5731709. OLE color: 5731709.
HSL color Cylindrical-coordinate representation of color #7D7557: hue angle of 47.37º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D7557 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 117 | 87 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.51 |
| HSL | 47.37º | 0.18% | 0.42% | - |
| HSV(B) | 47.37º | 0.3% | 0.49% | - |
| XYZ | 16.54 | 17.77 | 11.58 | - |
| YUV | 115.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 117 | 87 | 0 | 0.06 | 0.30 | 0.51 | 47.37 | 0.18 | 0.42 |
| Hex | 7D | 75 | 57 | 0 | 6 | 1E | 33 | 2F | 12 | 2A |
| Octal | 175 | 165 | 127 | 0 | 6 | 36 | 63 | 57 | 22 | 52 |
| Binary | 1111101 | 1110101 | 1010111 | 0 | 110 | 11110 | 110011 | 101111 | 10010 | 101010 |
Color Harmonies of #7D7557
Complementary color
Monochromatic Colors of #7D7557
Black with #7D7557
Text Example
Text Example
White with #7D7557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7557; }
p { color: rgb(125,117,87); }
H1.HeaderClassName
{
color: #7D7557;
}
.AnyTagClassName
{
color: #7D7557;
}
</style>
background-color css
<style>
a { background-color: #7D7557; }
a { background-color: rgb(125,117,87); }
div.DivClassName
{
background-color: #7D7557;
}
.BgClassName
{
background-color: #7D7557;
}
</style>
border-color css
<style>
span { border-color: #7D7557; }
span { border-color: rgb(125,117,87); }
td.TdClassName
{
border-color: #7D7557;
}
.TagClassName
{
border-color: #7D7557;
}
</style>