Shades of Pablo #7D6F58
Tints of Pablo #7D6F58
RGB
CMYK
RGB Variations
Color information
#7D6F58 (or 0x7D6F58) is known color: Pablo. HEX triplet: 7D, 6F and 58. RGB value is (125,111,88). Sum of RGB (Red+Green+Blue) = 125+111+88=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6F58 is #8290A7. Grayscale: #707070. Windows color (decimal): -8556712 or 5795709. OLE color: 5795709.
HSL color Cylindrical-coordinate representation of color #7D6F58: hue angle of 37.3º 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 #7D6F58 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 111 | 88 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.51 |
| HSL | 37.3º | 0.17% | 0.42% | - |
| HSV(B) | 37.3º | 0.3% | 0.49% | - |
| XYZ | 15.9 | 16.43 | 11.57 | - |
| YUV | 112.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 111 | 88 | 0 | 0.11 | 0.30 | 0.51 | 37.3 | 0.17 | 0.42 |
| Hex | 7D | 6F | 58 | 0 | B | 1E | 33 | 25 | 11 | 2A |
| Octal | 175 | 157 | 130 | 0 | 13 | 36 | 63 | 45 | 21 | 52 |
| Binary | 1111101 | 1101111 | 1011000 | 0 | 1011 | 11110 | 110011 | 100101 | 10001 | 101010 |
Color Harmonies of #7D6F58
Complementary color
Monochromatic Colors of #7D6F58
Black with #7D6F58
Text Example
Text Example
White with #7D6F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6F58; }
p { color: rgb(125,111,88); }
H1.HeaderClassName
{
color: #7D6F58;
}
.AnyTagClassName
{
color: #7D6F58;
}
</style>
background-color css
<style>
a { background-color: #7D6F58; }
a { background-color: rgb(125,111,88); }
div.DivClassName
{
background-color: #7D6F58;
}
.BgClassName
{
background-color: #7D6F58;
}
</style>
border-color css
<style>
span { border-color: #7D6F58; }
span { border-color: rgb(125,111,88); }
td.TdClassName
{
border-color: #7D6F58;
}
.TagClassName
{
border-color: #7D6F58;
}
</style>