Shades of Pablo #7F765B
Tints of Pablo #7F765B
RGB
CMYK
RGB Variations
Color information
#7F765B (or 0x7F765B) is known color: Pablo. HEX triplet: 7F, 76 and 5B. RGB value is (127,118,91). Sum of RGB (Red+Green+Blue) = 127+118+91=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 127 - color contains mainly: red. Hex color #7F765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F765B is #8089A4. Grayscale: #757575. Windows color (decimal): -8423845 or 5994111. OLE color: 5994111.
HSL color Cylindrical-coordinate representation of color #7F765B: hue angle of 45º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7F765B is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 118 | 91 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.50 |
| HSL | 45º | 0.17% | 0.43% | - |
| HSV(B) | 45º | 0.28% | 0.5% | - |
| XYZ | 17.12 | 18.22 | 12.51 | - |
| YUV | 117.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 118 | 91 | 0 | 0.07 | 0.28 | 0.50 | 45 | 0.17 | 0.43 |
| Hex | 7F | 76 | 5B | 0 | 7 | 1C | 32 | 2D | 11 | 2B |
| Octal | 177 | 166 | 133 | 0 | 7 | 34 | 62 | 55 | 21 | 53 |
| Binary | 1111111 | 1110110 | 1011011 | 0 | 111 | 11100 | 110010 | 101101 | 10001 | 101011 |
Color Harmonies of #7F765B
Complementary color
Monochromatic Colors of #7F765B
Black with #7F765B
Text Example
Text Example
White with #7F765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F765B; }
p { color: rgb(127,118,91); }
H1.HeaderClassName
{
color: #7F765B;
}
.AnyTagClassName
{
color: #7F765B;
}
</style>
background-color css
<style>
a { background-color: #7F765B; }
a { background-color: rgb(127,118,91); }
div.DivClassName
{
background-color: #7F765B;
}
.BgClassName
{
background-color: #7F765B;
}
</style>
border-color css
<style>
span { border-color: #7F765B; }
span { border-color: rgb(127,118,91); }
td.TdClassName
{
border-color: #7F765B;
}
.TagClassName
{
border-color: #7F765B;
}
</style>