Shades of Pablo #7E725D
Tints of Pablo #7E725D
RGB
CMYK
RGB Variations
Color information
#7E725D (or 0x7E725D) is known color: Pablo. HEX triplet: 7E, 72 and 5D. RGB value is (126,114,93). Sum of RGB (Red+Green+Blue) = 126+114+93=333 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.84% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 126 - color contains mainly: red. Hex color #7E725D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E725D is #818DA2. Grayscale: #737373. Windows color (decimal): -8490403 or 6124158. OLE color: 6124158.
HSL color Cylindrical-coordinate representation of color #7E725D: hue angle of 38.18º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7E725D is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 114 | 93 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.51 |
| HSL | 38.18º | 0.15% | 0.43% | - |
| HSV(B) | 38.18º | 0.26% | 0.49% | - |
| XYZ | 16.6 | 17.26 | 12.81 | - |
| YUV | 115.19 | 115.48 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 114 | 93 | 0 | 0.10 | 0.26 | 0.51 | 38.18 | 0.15 | 0.43 |
| Hex | 7E | 72 | 5D | 0 | A | 1A | 33 | 26 | F | 2B |
| Octal | 176 | 162 | 135 | 0 | 12 | 32 | 63 | 46 | 17 | 53 |
| Binary | 1111110 | 1110010 | 1011101 | 0 | 1010 | 11010 | 110011 | 100110 | 1111 | 101011 |
Color Harmonies of #7E725D
Complementary color
Monochromatic Colors of #7E725D
Black with #7E725D
Text Example
Text Example
White with #7E725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E725D; }
p { color: rgb(126,114,93); }
H1.HeaderClassName
{
color: #7E725D;
}
.AnyTagClassName
{
color: #7E725D;
}
</style>
background-color css
<style>
a { background-color: #7E725D; }
a { background-color: rgb(126,114,93); }
div.DivClassName
{
background-color: #7E725D;
}
.BgClassName
{
background-color: #7E725D;
}
</style>
border-color css
<style>
span { border-color: #7E725D; }
span { border-color: rgb(126,114,93); }
td.TdClassName
{
border-color: #7E725D;
}
.TagClassName
{
border-color: #7E725D;
}
</style>