Shades of Pablo #7E765C
Tints of Pablo #7E765C
RGB
CMYK
RGB Variations
Color information
#7E765C (or 0x7E765C) is known color: Pablo. HEX triplet: 7E, 76 and 5C. RGB value is (126,118,92). Sum of RGB (Red+Green+Blue) = 126+118+92=336 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.5% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 126 - color contains mainly: red. Hex color #7E765C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E765C is #8189A3. Grayscale: #757575. Windows color (decimal): -8489380 or 6059646. OLE color: 6059646.
HSL color Cylindrical-coordinate representation of color #7E765C: hue angle of 45.88º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7E765C is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 118 | 92 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.51 |
| HSL | 45.88º | 0.16% | 0.43% | - |
| HSV(B) | 45.88º | 0.27% | 0.49% | - |
| XYZ | 17.01 | 18.17 | 12.73 | - |
| YUV | 117.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 118 | 92 | 0 | 0.06 | 0.27 | 0.51 | 45.88 | 0.16 | 0.43 |
| Hex | 7E | 76 | 5C | 0 | 6 | 1B | 33 | 2E | 10 | 2B |
| Octal | 176 | 166 | 134 | 0 | 6 | 33 | 63 | 56 | 20 | 53 |
| Binary | 1111110 | 1110110 | 1011100 | 0 | 110 | 11011 | 110011 | 101110 | 10000 | 101011 |
Color Harmonies of #7E765C
Complementary color
Monochromatic Colors of #7E765C
Black with #7E765C
Text Example
Text Example
White with #7E765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E765C; }
p { color: rgb(126,118,92); }
H1.HeaderClassName
{
color: #7E765C;
}
.AnyTagClassName
{
color: #7E765C;
}
</style>
background-color css
<style>
a { background-color: #7E765C; }
a { background-color: rgb(126,118,92); }
div.DivClassName
{
background-color: #7E765C;
}
.BgClassName
{
background-color: #7E765C;
}
</style>
border-color css
<style>
span { border-color: #7E765C; }
span { border-color: rgb(126,118,92); }
td.TdClassName
{
border-color: #7E765C;
}
.TagClassName
{
border-color: #7E765C;
}
</style>