Shades of Pablo #7D765E
Tints of Pablo #7D765E
RGB
CMYK
RGB Variations
Color information
#7D765E (or 0x7D765E) is known color: Pablo. HEX triplet: 7D, 76 and 5E. RGB value is (125,118,94). Sum of RGB (Red+Green+Blue) = 125+118+94=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 125 - color contains mainly: red. Hex color #7D765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D765E is #8289A1. Grayscale: #757575. Windows color (decimal): -8554914 or 6190717. OLE color: 6190717.
HSL color Cylindrical-coordinate representation of color #7D765E: hue angle of 46.45º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7D765E is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 118 | 94 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.51 |
| HSL | 46.45º | 0.14% | 0.43% | - |
| HSV(B) | 46.45º | 0.25% | 0.49% | - |
| XYZ | 16.96 | 18.12 | 13.19 | - |
| YUV | 117.36 | 114.82 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 118 | 94 | 0 | 0.06 | 0.25 | 0.51 | 46.45 | 0.14 | 0.43 |
| Hex | 7D | 76 | 5E | 0 | 6 | 19 | 33 | 2E | E | 2B |
| Octal | 175 | 166 | 136 | 0 | 6 | 31 | 63 | 56 | 16 | 53 |
| Binary | 1111101 | 1110110 | 1011110 | 0 | 110 | 11001 | 110011 | 101110 | 1110 | 101011 |
Color Harmonies of #7D765E
Complementary color
Monochromatic Colors of #7D765E
Black with #7D765E
Text Example
Text Example
White with #7D765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D765E; }
p { color: rgb(125,118,94); }
H1.HeaderClassName
{
color: #7D765E;
}
.AnyTagClassName
{
color: #7D765E;
}
</style>
background-color css
<style>
a { background-color: #7D765E; }
a { background-color: rgb(125,118,94); }
div.DivClassName
{
background-color: #7D765E;
}
.BgClassName
{
background-color: #7D765E;
}
</style>
border-color css
<style>
span { border-color: #7D765E; }
span { border-color: rgb(125,118,94); }
td.TdClassName
{
border-color: #7D765E;
}
.TagClassName
{
border-color: #7D765E;
}
</style>