Shades of Pablo #7F755B
Tints of Pablo #7F755B
RGB
CMYK
RGB Variations
Color information
#7F755B (or 0x7F755B) is known color: Pablo. HEX triplet: 7F, 75 and 5B. RGB value is (127,117,91). Sum of RGB (Red+Green+Blue) = 127+117+91=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 127 - color contains mainly: red. Hex color #7F755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F755B is #808AA4. Grayscale: #757575. Windows color (decimal): -8424101 or 5993855. OLE color: 5993855.
HSL color Cylindrical-coordinate representation of color #7F755B: hue angle of 43.33º 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 #7F755B is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 117 | 91 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.50 |
| HSL | 43.33º | 0.17% | 0.43% | - |
| HSV(B) | 43.33º | 0.28% | 0.5% | - |
| XYZ | 17 | 17.99 | 12.47 | - |
| YUV | 117.03 | 113.31 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 117 | 91 | 0 | 0.08 | 0.28 | 0.50 | 43.33 | 0.17 | 0.43 |
| Hex | 7F | 75 | 5B | 0 | 8 | 1C | 32 | 2B | 11 | 2B |
| Octal | 177 | 165 | 133 | 0 | 10 | 34 | 62 | 53 | 21 | 53 |
| Binary | 1111111 | 1110101 | 1011011 | 0 | 1000 | 11100 | 110010 | 101011 | 10001 | 101011 |
Color Harmonies of #7F755B
Complementary color
Monochromatic Colors of #7F755B
Black with #7F755B
Text Example
Text Example
White with #7F755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F755B; }
p { color: rgb(127,117,91); }
H1.HeaderClassName
{
color: #7F755B;
}
.AnyTagClassName
{
color: #7F755B;
}
</style>
background-color css
<style>
a { background-color: #7F755B; }
a { background-color: rgb(127,117,91); }
div.DivClassName
{
background-color: #7F755B;
}
.BgClassName
{
background-color: #7F755B;
}
</style>
border-color css
<style>
span { border-color: #7F755B; }
span { border-color: rgb(127,117,91); }
td.TdClassName
{
border-color: #7F755B;
}
.TagClassName
{
border-color: #7F755B;
}
</style>