Shades of Pablo #7D755B
Tints of Pablo #7D755B
RGB
CMYK
RGB Variations
Color information
#7D755B (or 0x7D755B) is known color: Pablo. HEX triplet: 7D, 75 and 5B. RGB value is (125,117,91). Sum of RGB (Red+Green+Blue) = 125+117+91=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 125 - color contains mainly: red. Hex color #7D755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D755B is #828AA4. Grayscale: #747474. Windows color (decimal): -8555173 or 5993853. OLE color: 5993853.
HSL color Cylindrical-coordinate representation of color #7D755B: hue angle of 45.88º 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 #7D755B is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 117 | 91 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.51 |
| HSL | 45.88º | 0.16% | 0.42% | - |
| HSV(B) | 45.88º | 0.27% | 0.49% | - |
| XYZ | 16.71 | 17.84 | 12.46 | - |
| YUV | 116.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 117 | 91 | 0 | 0.06 | 0.27 | 0.51 | 45.88 | 0.16 | 0.42 |
| Hex | 7D | 75 | 5B | 0 | 6 | 1B | 33 | 2E | 10 | 2A |
| Octal | 175 | 165 | 133 | 0 | 6 | 33 | 63 | 56 | 20 | 52 |
| Binary | 1111101 | 1110101 | 1011011 | 0 | 110 | 11011 | 110011 | 101110 | 10000 | 101010 |
Color Harmonies of #7D755B
Complementary color
Monochromatic Colors of #7D755B
Black with #7D755B
Text Example
Text Example
White with #7D755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D755B; }
p { color: rgb(125,117,91); }
H1.HeaderClassName
{
color: #7D755B;
}
.AnyTagClassName
{
color: #7D755B;
}
</style>
background-color css
<style>
a { background-color: #7D755B; }
a { background-color: rgb(125,117,91); }
div.DivClassName
{
background-color: #7D755B;
}
.BgClassName
{
background-color: #7D755B;
}
</style>
border-color css
<style>
span { border-color: #7D755B; }
span { border-color: rgb(125,117,91); }
td.TdClassName
{
border-color: #7D755B;
}
.TagClassName
{
border-color: #7D755B;
}
</style>