Shades of Pablo #7F755A
Tints of Pablo #7F755A
RGB
CMYK
RGB Variations
Color information
#7F755A (or 0x7F755A) is known color: Pablo. HEX triplet: 7F, 75 and 5A. RGB value is (127,117,90). Sum of RGB (Red+Green+Blue) = 127+117+90=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 127 - color contains mainly: red. Hex color #7F755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F755A is #808AA5. Grayscale: #757575. Windows color (decimal): -8424102 or 5928319. OLE color: 5928319.
HSL color Cylindrical-coordinate representation of color #7F755A: hue angle of 43.78º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7F755A is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 117 | 90 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.50 |
| HSL | 43.78º | 0.17% | 0.43% | - |
| HSV(B) | 43.78º | 0.29% | 0.5% | - |
| XYZ | 16.96 | 17.97 | 12.25 | - |
| YUV | 116.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 117 | 90 | 0 | 0.08 | 0.29 | 0.50 | 43.78 | 0.17 | 0.43 |
| Hex | 7F | 75 | 5A | 0 | 8 | 1D | 32 | 2C | 11 | 2B |
| Octal | 177 | 165 | 132 | 0 | 10 | 35 | 62 | 54 | 21 | 53 |
| Binary | 1111111 | 1110101 | 1011010 | 0 | 1000 | 11101 | 110010 | 101100 | 10001 | 101011 |
Color Harmonies of #7F755A
Complementary color
Monochromatic Colors of #7F755A
Black with #7F755A
Text Example
Text Example
White with #7F755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F755A; }
p { color: rgb(127,117,90); }
H1.HeaderClassName
{
color: #7F755A;
}
.AnyTagClassName
{
color: #7F755A;
}
</style>
background-color css
<style>
a { background-color: #7F755A; }
a { background-color: rgb(127,117,90); }
div.DivClassName
{
background-color: #7F755A;
}
.BgClassName
{
background-color: #7F755A;
}
</style>
border-color css
<style>
span { border-color: #7F755A; }
span { border-color: rgb(127,117,90); }
td.TdClassName
{
border-color: #7F755A;
}
.TagClassName
{
border-color: #7F755A;
}
</style>