Shades of Pablo #7C745B
Tints of Pablo #7C745B
RGB
CMYK
RGB Variations
Color information
#7C745B (or 0x7C745B) is known color: Pablo. HEX triplet: 7C, 74 and 5B. RGB value is (124,116,91). Sum of RGB (Red+Green+Blue) = 124+116+91=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 124 - color contains mainly: red. Hex color #7C745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C745B is #838BA4. Grayscale: #737373. Windows color (decimal): -8620965 or 5993596. OLE color: 5993596.
HSL color Cylindrical-coordinate representation of color #7C745B: hue angle of 45.45º degrees, saturation: 0.15, 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 #7C745B is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 116 | 91 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.51 |
| HSL | 45.45º | 0.15% | 0.42% | - |
| HSV(B) | 45.45º | 0.27% | 0.49% | - |
| XYZ | 16.45 | 17.53 | 12.41 | - |
| YUV | 115.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 116 | 91 | 0 | 0.06 | 0.27 | 0.51 | 45.45 | 0.15 | 0.42 |
| Hex | 7C | 74 | 5B | 0 | 6 | 1B | 33 | 2D | F | 2A |
| Octal | 174 | 164 | 133 | 0 | 6 | 33 | 63 | 55 | 17 | 52 |
| Binary | 1111100 | 1110100 | 1011011 | 0 | 110 | 11011 | 110011 | 101101 | 1111 | 101010 |
Color Harmonies of #7C745B
Complementary color
Monochromatic Colors of #7C745B
Black with #7C745B
Text Example
Text Example
White with #7C745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C745B; }
p { color: rgb(124,116,91); }
H1.HeaderClassName
{
color: #7C745B;
}
.AnyTagClassName
{
color: #7C745B;
}
</style>
background-color css
<style>
a { background-color: #7C745B; }
a { background-color: rgb(124,116,91); }
div.DivClassName
{
background-color: #7C745B;
}
.BgClassName
{
background-color: #7C745B;
}
</style>
border-color css
<style>
span { border-color: #7C745B; }
span { border-color: rgb(124,116,91); }
td.TdClassName
{
border-color: #7C745B;
}
.TagClassName
{
border-color: #7C745B;
}
</style>