Shades of Pablo #7F7655
Tints of Pablo #7F7655
RGB
CMYK
RGB Variations
Color information
#7F7655 (or 0x7F7655) is known color: Pablo. HEX triplet: 7F, 76 and 55. RGB value is (127,118,85). Sum of RGB (Red+Green+Blue) = 127+118+85=330 (43% of max value = 765). Red value is 127 (50% from 255 or 38.48% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7655 is #8089AA. Grayscale: #757575. Windows color (decimal): -8423851 or 5600895. OLE color: 5600895.
HSL color Cylindrical-coordinate representation of color #7F7655: hue angle of 47.14º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F7655 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 118 | 85 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.50 |
| HSL | 47.14º | 0.2% | 0.42% | - |
| HSV(B) | 47.14º | 0.33% | 0.5% | - |
| XYZ | 16.87 | 18.12 | 11.2 | - |
| YUV | 116.93 | 109.98 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 118 | 85 | 0 | 0.07 | 0.33 | 0.50 | 47.14 | 0.2 | 0.42 |
| Hex | 7F | 76 | 55 | 0 | 7 | 21 | 32 | 2F | 14 | 2A |
| Octal | 177 | 166 | 125 | 0 | 7 | 41 | 62 | 57 | 24 | 52 |
| Binary | 1111111 | 1110110 | 1010101 | 0 | 111 | 100001 | 110010 | 101111 | 10100 | 101010 |
Color Harmonies of #7F7655
Complementary color
Monochromatic Colors of #7F7655
Black with #7F7655
Text Example
Text Example
White with #7F7655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7655; }
p { color: rgb(127,118,85); }
H1.HeaderClassName
{
color: #7F7655;
}
.AnyTagClassName
{
color: #7F7655;
}
</style>
background-color css
<style>
a { background-color: #7F7655; }
a { background-color: rgb(127,118,85); }
div.DivClassName
{
background-color: #7F7655;
}
.BgClassName
{
background-color: #7F7655;
}
</style>
border-color css
<style>
span { border-color: #7F7655; }
span { border-color: rgb(127,118,85); }
td.TdClassName
{
border-color: #7F7655;
}
.TagClassName
{
border-color: #7F7655;
}
</style>