Shades of Pablo #7D7558
Tints of Pablo #7D7558
RGB
CMYK
RGB Variations
Color information
#7D7558 (or 0x7D7558) is known color: Pablo. HEX triplet: 7D, 75 and 58. RGB value is (125,117,88). Sum of RGB (Red+Green+Blue) = 125+117+88=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7558 is #828AA7. Grayscale: #747474. Windows color (decimal): -8555176 or 5797245. OLE color: 5797245.
HSL color Cylindrical-coordinate representation of color #7D7558: hue angle of 47.03º degrees, saturation: 0.17, 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 #7D7558 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 117 | 88 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.51 |
| HSL | 47.03º | 0.17% | 0.42% | - |
| HSV(B) | 47.03º | 0.3% | 0.49% | - |
| XYZ | 16.58 | 17.79 | 11.79 | - |
| YUV | 116.09 | 112.15 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 117 | 88 | 0 | 0.06 | 0.30 | 0.51 | 47.03 | 0.17 | 0.42 |
| Hex | 7D | 75 | 58 | 0 | 6 | 1E | 33 | 2F | 11 | 2A |
| Octal | 175 | 165 | 130 | 0 | 6 | 36 | 63 | 57 | 21 | 52 |
| Binary | 1111101 | 1110101 | 1011000 | 0 | 110 | 11110 | 110011 | 101111 | 10001 | 101010 |
Color Harmonies of #7D7558
Complementary color
Monochromatic Colors of #7D7558
Black with #7D7558
Text Example
Text Example
White with #7D7558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7558; }
p { color: rgb(125,117,88); }
H1.HeaderClassName
{
color: #7D7558;
}
.AnyTagClassName
{
color: #7D7558;
}
</style>
background-color css
<style>
a { background-color: #7D7558; }
a { background-color: rgb(125,117,88); }
div.DivClassName
{
background-color: #7D7558;
}
.BgClassName
{
background-color: #7D7558;
}
</style>
border-color css
<style>
span { border-color: #7D7558; }
span { border-color: rgb(125,117,88); }
td.TdClassName
{
border-color: #7D7558;
}
.TagClassName
{
border-color: #7D7558;
}
</style>