Shades of Pablo #7C755F
Tints of Pablo #7C755F
RGB
CMYK
RGB Variations
Color information
#7C755F (or 0x7C755F) is known color: Pablo. HEX triplet: 7C, 75 and 5F. RGB value is (124,117,95). Sum of RGB (Red+Green+Blue) = 124+117+95=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 124 - color contains mainly: red. Hex color #7C755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C755F is #838AA0. Grayscale: #747474. Windows color (decimal): -8620705 or 6255996. OLE color: 6255996.
HSL color Cylindrical-coordinate representation of color #7C755F: hue angle of 45.52º 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 #7C755F is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 117 | 95 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.51 |
| HSL | 45.52º | 0.13% | 0.43% | - |
| HSV(B) | 45.52º | 0.23% | 0.49% | - |
| XYZ | 16.74 | 17.83 | 13.39 | - |
| YUV | 116.59 | 115.82 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 117 | 95 | 0 | 0.06 | 0.23 | 0.51 | 45.52 | 0.13 | 0.43 |
| Hex | 7C | 75 | 5F | 0 | 6 | 17 | 33 | 2E | D | 2B |
| Octal | 174 | 165 | 137 | 0 | 6 | 27 | 63 | 56 | 15 | 53 |
| Binary | 1111100 | 1110101 | 1011111 | 0 | 110 | 10111 | 110011 | 101110 | 1101 | 101011 |
Color Harmonies of #7C755F
Complementary color
Monochromatic Colors of #7C755F
Black with #7C755F
Text Example
Text Example
White with #7C755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C755F; }
p { color: rgb(124,117,95); }
H1.HeaderClassName
{
color: #7C755F;
}
.AnyTagClassName
{
color: #7C755F;
}
</style>
background-color css
<style>
a { background-color: #7C755F; }
a { background-color: rgb(124,117,95); }
div.DivClassName
{
background-color: #7C755F;
}
.BgClassName
{
background-color: #7C755F;
}
</style>
border-color css
<style>
span { border-color: #7C755F; }
span { border-color: rgb(124,117,95); }
td.TdClassName
{
border-color: #7C755F;
}
.TagClassName
{
border-color: #7C755F;
}
</style>