Shades of Pablo #7D755A
Tints of Pablo #7D755A
RGB
CMYK
RGB Variations
Color information
#7D755A (or 0x7D755A) is known color: Pablo. HEX triplet: 7D, 75 and 5A. RGB value is (125,117,90). Sum of RGB (Red+Green+Blue) = 125+117+90=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 125 - color contains mainly: red. Hex color #7D755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D755A is #828AA5. Grayscale: #747474. Windows color (decimal): -8555174 or 5928317. OLE color: 5928317.
HSL color Cylindrical-coordinate representation of color #7D755A: hue angle of 46.29º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D755A is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 117 | 90 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.51 |
| HSL | 46.29º | 0.16% | 0.42% | - |
| HSV(B) | 46.29º | 0.28% | 0.49% | - |
| XYZ | 16.66 | 17.82 | 12.23 | - |
| YUV | 116.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 117 | 90 | 0 | 0.06 | 0.28 | 0.51 | 46.29 | 0.16 | 0.42 |
| Hex | 7D | 75 | 5A | 0 | 6 | 1C | 33 | 2E | 10 | 2A |
| Octal | 175 | 165 | 132 | 0 | 6 | 34 | 63 | 56 | 20 | 52 |
| Binary | 1111101 | 1110101 | 1011010 | 0 | 110 | 11100 | 110011 | 101110 | 10000 | 101010 |
Color Harmonies of #7D755A
Complementary color
Monochromatic Colors of #7D755A
Black with #7D755A
Text Example
Text Example
White with #7D755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D755A; }
p { color: rgb(125,117,90); }
H1.HeaderClassName
{
color: #7D755A;
}
.AnyTagClassName
{
color: #7D755A;
}
</style>
background-color css
<style>
a { background-color: #7D755A; }
a { background-color: rgb(125,117,90); }
div.DivClassName
{
background-color: #7D755A;
}
.BgClassName
{
background-color: #7D755A;
}
</style>
border-color css
<style>
span { border-color: #7D755A; }
span { border-color: rgb(125,117,90); }
td.TdClassName
{
border-color: #7D755A;
}
.TagClassName
{
border-color: #7D755A;
}
</style>