Shades of Pablo #7C715E
Tints of Pablo #7C715E
RGB
CMYK
RGB Variations
Color information
#7C715E (or 0x7C715E) is known color: Pablo. HEX triplet: 7C, 71 and 5E. RGB value is (124,113,94). Sum of RGB (Red+Green+Blue) = 124+113+94=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 124 - color contains mainly: red. Hex color #7C715E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C715E is #838EA1. Grayscale: #727272. Windows color (decimal): -8621730 or 6189436. OLE color: 6189436.
HSL color Cylindrical-coordinate representation of color #7C715E: hue angle of 38º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7C715E is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 113 | 94 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.51 |
| HSL | 38º | 0.14% | 0.43% | - |
| HSV(B) | 38º | 0.24% | 0.49% | - |
| XYZ | 16.24 | 16.9 | 13 | - |
| YUV | 114.12 | 116.64 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 113 | 94 | 0 | 0.09 | 0.24 | 0.51 | 38 | 0.14 | 0.43 |
| Hex | 7C | 71 | 5E | 0 | 9 | 18 | 33 | 26 | E | 2B |
| Octal | 174 | 161 | 136 | 0 | 11 | 30 | 63 | 46 | 16 | 53 |
| Binary | 1111100 | 1110001 | 1011110 | 0 | 1001 | 11000 | 110011 | 100110 | 1110 | 101011 |
Color Harmonies of #7C715E
Complementary color
Monochromatic Colors of #7C715E
Black with #7C715E
Text Example
Text Example
White with #7C715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C715E; }
p { color: rgb(124,113,94); }
H1.HeaderClassName
{
color: #7C715E;
}
.AnyTagClassName
{
color: #7C715E;
}
</style>
background-color css
<style>
a { background-color: #7C715E; }
a { background-color: rgb(124,113,94); }
div.DivClassName
{
background-color: #7C715E;
}
.BgClassName
{
background-color: #7C715E;
}
</style>
border-color css
<style>
span { border-color: #7C715E; }
span { border-color: rgb(124,113,94); }
td.TdClassName
{
border-color: #7C715E;
}
.TagClassName
{
border-color: #7C715E;
}
</style>