Shades of Pablo #7D7559
Tints of Pablo #7D7559
RGB
CMYK
RGB Variations
Color information
#7D7559 (or 0x7D7559) is known color: Pablo. HEX triplet: 7D, 75 and 59. RGB value is (125,117,89). Sum of RGB (Red+Green+Blue) = 125+117+89=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7559 is #828AA6. Grayscale: #747474. Windows color (decimal): -8555175 or 5862781. OLE color: 5862781.
HSL color Cylindrical-coordinate representation of color #7D7559: hue angle of 46.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D7559 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 117 | 89 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.51 |
| HSL | 46.67º | 0.17% | 0.42% | - |
| HSV(B) | 46.67º | 0.29% | 0.49% | - |
| XYZ | 16.62 | 17.8 | 12.01 | - |
| YUV | 116.2 | 112.65 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 117 | 89 | 0 | 0.06 | 0.29 | 0.51 | 46.67 | 0.17 | 0.42 |
| Hex | 7D | 75 | 59 | 0 | 6 | 1D | 33 | 2F | 11 | 2A |
| Octal | 175 | 165 | 131 | 0 | 6 | 35 | 63 | 57 | 21 | 52 |
| Binary | 1111101 | 1110101 | 1011001 | 0 | 110 | 11101 | 110011 | 101111 | 10001 | 101010 |
Color Harmonies of #7D7559
Complementary color
Monochromatic Colors of #7D7559
Black with #7D7559
Text Example
Text Example
White with #7D7559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7559; }
p { color: rgb(125,117,89); }
H1.HeaderClassName
{
color: #7D7559;
}
.AnyTagClassName
{
color: #7D7559;
}
</style>
background-color css
<style>
a { background-color: #7D7559; }
a { background-color: rgb(125,117,89); }
div.DivClassName
{
background-color: #7D7559;
}
.BgClassName
{
background-color: #7D7559;
}
</style>
border-color css
<style>
span { border-color: #7D7559; }
span { border-color: rgb(125,117,89); }
td.TdClassName
{
border-color: #7D7559;
}
.TagClassName
{
border-color: #7D7559;
}
</style>