Shades of Pablo #7F7659
Tints of Pablo #7F7659
RGB
CMYK
RGB Variations
Color information
#7F7659 (or 0x7F7659) is known color: Pablo. HEX triplet: 7F, 76 and 59. RGB value is (127,118,89). Sum of RGB (Red+Green+Blue) = 127+118+89=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7659 is #8089A6. Grayscale: #757575. Windows color (decimal): -8423847 or 5863039. OLE color: 5863039.
HSL color Cylindrical-coordinate representation of color #7F7659: hue angle of 45.79º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7F7659 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 118 | 89 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.50 |
| HSL | 45.79º | 0.18% | 0.42% | - |
| HSV(B) | 45.79º | 0.3% | 0.5% | - |
| XYZ | 17.03 | 18.19 | 12.06 | - |
| YUV | 117.39 | 111.98 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 118 | 89 | 0 | 0.07 | 0.30 | 0.50 | 45.79 | 0.18 | 0.42 |
| Hex | 7F | 76 | 59 | 0 | 7 | 1E | 32 | 2E | 12 | 2A |
| Octal | 177 | 166 | 131 | 0 | 7 | 36 | 62 | 56 | 22 | 52 |
| Binary | 1111111 | 1110110 | 1011001 | 0 | 111 | 11110 | 110010 | 101110 | 10010 | 101010 |
Color Harmonies of #7F7659
Complementary color
Monochromatic Colors of #7F7659
Black with #7F7659
Text Example
Text Example
White with #7F7659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7659; }
p { color: rgb(127,118,89); }
H1.HeaderClassName
{
color: #7F7659;
}
.AnyTagClassName
{
color: #7F7659;
}
</style>
background-color css
<style>
a { background-color: #7F7659; }
a { background-color: rgb(127,118,89); }
div.DivClassName
{
background-color: #7F7659;
}
.BgClassName
{
background-color: #7F7659;
}
</style>
border-color css
<style>
span { border-color: #7F7659; }
span { border-color: rgb(127,118,89); }
td.TdClassName
{
border-color: #7F7659;
}
.TagClassName
{
border-color: #7F7659;
}
</style>