Shades of Pablo #7C735F
Tints of Pablo #7C735F
RGB
CMYK
RGB Variations
Color information
#7C735F (or 0x7C735F) is known color: Pablo. HEX triplet: 7C, 73 and 5F. RGB value is (124,115,95). Sum of RGB (Red+Green+Blue) = 124+115+95=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 124 - color contains mainly: red. Hex color #7C735F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C735F is #838CA0. Grayscale: #737373. Windows color (decimal): -8621217 or 6255484. OLE color: 6255484.
HSL color Cylindrical-coordinate representation of color #7C735F: hue angle of 41.38º 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 #7C735F is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 115 | 95 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.51 |
| HSL | 41.38º | 0.13% | 0.43% | - |
| HSV(B) | 41.38º | 0.23% | 0.49% | - |
| XYZ | 16.51 | 17.37 | 13.31 | - |
| YUV | 115.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 115 | 95 | 0 | 0.07 | 0.23 | 0.51 | 41.38 | 0.13 | 0.43 |
| Hex | 7C | 73 | 5F | 0 | 7 | 17 | 33 | 29 | D | 2B |
| Octal | 174 | 163 | 137 | 0 | 7 | 27 | 63 | 51 | 15 | 53 |
| Binary | 1111100 | 1110011 | 1011111 | 0 | 111 | 10111 | 110011 | 101001 | 1101 | 101011 |
Color Harmonies of #7C735F
Complementary color
Monochromatic Colors of #7C735F
Black with #7C735F
Text Example
Text Example
White with #7C735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C735F; }
p { color: rgb(124,115,95); }
H1.HeaderClassName
{
color: #7C735F;
}
.AnyTagClassName
{
color: #7C735F;
}
</style>
background-color css
<style>
a { background-color: #7C735F; }
a { background-color: rgb(124,115,95); }
div.DivClassName
{
background-color: #7C735F;
}
.BgClassName
{
background-color: #7C735F;
}
</style>
border-color css
<style>
span { border-color: #7C735F; }
span { border-color: rgb(124,115,95); }
td.TdClassName
{
border-color: #7C735F;
}
.TagClassName
{
border-color: #7C735F;
}
</style>