Shades of Pablo #7F7554
Tints of Pablo #7F7554
RGB
CMYK
RGB Variations
Color information
#7F7554 (or 0x7F7554) is known color: Pablo. HEX triplet: 7F, 75 and 54. RGB value is (127,117,84). Sum of RGB (Red+Green+Blue) = 127+117+84=328 (43% of max value = 765). Red value is 127 (50% from 255 or 38.72% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7554 is #808AAB. Grayscale: #747474. Windows color (decimal): -8424108 or 5535103. OLE color: 5535103.
HSL color Cylindrical-coordinate representation of color #7F7554: hue angle of 46.05º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7F7554 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 117 | 84 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.50 |
| HSL | 46.05º | 0.2% | 0.41% | - |
| HSV(B) | 46.05º | 0.34% | 0.5% | - |
| XYZ | 16.71 | 17.87 | 10.96 | - |
| YUV | 116.23 | 109.81 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 117 | 84 | 0 | 0.08 | 0.34 | 0.50 | 46.05 | 0.2 | 0.41 |
| Hex | 7F | 75 | 54 | 0 | 8 | 22 | 32 | 2E | 14 | 29 |
| Octal | 177 | 165 | 124 | 0 | 10 | 42 | 62 | 56 | 24 | 51 |
| Binary | 1111111 | 1110101 | 1010100 | 0 | 1000 | 100010 | 110010 | 101110 | 10100 | 101001 |
Color Harmonies of #7F7554
Complementary color
Monochromatic Colors of #7F7554
Black with #7F7554
Text Example
Text Example
White with #7F7554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7554; }
p { color: rgb(127,117,84); }
H1.HeaderClassName
{
color: #7F7554;
}
.AnyTagClassName
{
color: #7F7554;
}
</style>
background-color css
<style>
a { background-color: #7F7554; }
a { background-color: rgb(127,117,84); }
div.DivClassName
{
background-color: #7F7554;
}
.BgClassName
{
background-color: #7F7554;
}
</style>
border-color css
<style>
span { border-color: #7F7554; }
span { border-color: rgb(127,117,84); }
td.TdClassName
{
border-color: #7F7554;
}
.TagClassName
{
border-color: #7F7554;
}
</style>