Shades of Pablo #7C725F
Tints of Pablo #7C725F
RGB
CMYK
RGB Variations
Color information
#7C725F (or 0x7C725F) is known color: Pablo. HEX triplet: 7C, 72 and 5F. RGB value is (124,114,95). Sum of RGB (Red+Green+Blue) = 124+114+95=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 124 - color contains mainly: red. Hex color #7C725F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C725F is #838DA0. Grayscale: #727272. Windows color (decimal): -8621473 or 6255228. OLE color: 6255228.
HSL color Cylindrical-coordinate representation of color #7C725F: hue angle of 39.31º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7C725F is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 114 | 95 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.51 |
| HSL | 39.31º | 0.13% | 0.43% | - |
| HSV(B) | 39.31º | 0.23% | 0.49% | - |
| XYZ | 16.4 | 17.15 | 13.27 | - |
| YUV | 114.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 114 | 95 | 0 | 0.08 | 0.23 | 0.51 | 39.31 | 0.13 | 0.43 |
| Hex | 7C | 72 | 5F | 0 | 8 | 17 | 33 | 27 | D | 2B |
| Octal | 174 | 162 | 137 | 0 | 10 | 27 | 63 | 47 | 15 | 53 |
| Binary | 1111100 | 1110010 | 1011111 | 0 | 1000 | 10111 | 110011 | 100111 | 1101 | 101011 |
Color Harmonies of #7C725F
Complementary color
Monochromatic Colors of #7C725F
Black with #7C725F
Text Example
Text Example
White with #7C725F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C725F; }
p { color: rgb(124,114,95); }
H1.HeaderClassName
{
color: #7C725F;
}
.AnyTagClassName
{
color: #7C725F;
}
</style>
background-color css
<style>
a { background-color: #7C725F; }
a { background-color: rgb(124,114,95); }
div.DivClassName
{
background-color: #7C725F;
}
.BgClassName
{
background-color: #7C725F;
}
</style>
border-color css
<style>
span { border-color: #7C725F; }
span { border-color: rgb(124,114,95); }
td.TdClassName
{
border-color: #7C725F;
}
.TagClassName
{
border-color: #7C725F;
}
</style>