Shades of Pablo #7C715A
Tints of Pablo #7C715A
RGB
CMYK
RGB Variations
Color information
#7C715A (or 0x7C715A) is known color: Pablo. HEX triplet: 7C, 71 and 5A. RGB value is (124,113,90). Sum of RGB (Red+Green+Blue) = 124+113+90=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 124 - color contains mainly: red. Hex color #7C715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C715A is #838EA5. Grayscale: #717171. Windows color (decimal): -8621734 or 5927292. OLE color: 5927292.
HSL color Cylindrical-coordinate representation of color #7C715A: hue angle of 40.59º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C715A is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 113 | 90 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.51 |
| HSL | 40.59º | 0.16% | 0.42% | - |
| HSV(B) | 40.59º | 0.27% | 0.49% | - |
| XYZ | 16.06 | 16.83 | 12.08 | - |
| YUV | 113.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 113 | 90 | 0 | 0.09 | 0.27 | 0.51 | 40.59 | 0.16 | 0.42 |
| Hex | 7C | 71 | 5A | 0 | 9 | 1B | 33 | 29 | 10 | 2A |
| Octal | 174 | 161 | 132 | 0 | 11 | 33 | 63 | 51 | 20 | 52 |
| Binary | 1111100 | 1110001 | 1011010 | 0 | 1001 | 11011 | 110011 | 101001 | 10000 | 101010 |
Color Harmonies of #7C715A
Complementary color
Monochromatic Colors of #7C715A
Black with #7C715A
Text Example
Text Example
White with #7C715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C715A; }
p { color: rgb(124,113,90); }
H1.HeaderClassName
{
color: #7C715A;
}
.AnyTagClassName
{
color: #7C715A;
}
</style>
background-color css
<style>
a { background-color: #7C715A; }
a { background-color: rgb(124,113,90); }
div.DivClassName
{
background-color: #7C715A;
}
.BgClassName
{
background-color: #7C715A;
}
</style>
border-color css
<style>
span { border-color: #7C715A; }
span { border-color: rgb(124,113,90); }
td.TdClassName
{
border-color: #7C715A;
}
.TagClassName
{
border-color: #7C715A;
}
</style>