Shades of Pablo #7C745D
Tints of Pablo #7C745D
RGB
CMYK
RGB Variations
Color information
#7C745D (or 0x7C745D) is known color: Pablo. HEX triplet: 7C, 74 and 5D. RGB value is (124,116,93). Sum of RGB (Red+Green+Blue) = 124+116+93=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 124 - color contains mainly: red. Hex color #7C745D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C745D is #838BA2. Grayscale: #737373. Windows color (decimal): -8620963 or 6124668. OLE color: 6124668.
HSL color Cylindrical-coordinate representation of color #7C745D: hue angle of 44.52º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7C745D is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 116 | 93 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.51 |
| HSL | 44.52º | 0.14% | 0.43% | - |
| HSV(B) | 44.52º | 0.25% | 0.49% | - |
| XYZ | 16.53 | 17.57 | 12.88 | - |
| YUV | 115.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 116 | 93 | 0 | 0.06 | 0.25 | 0.51 | 44.52 | 0.14 | 0.43 |
| Hex | 7C | 74 | 5D | 0 | 6 | 19 | 33 | 2D | E | 2B |
| Octal | 174 | 164 | 135 | 0 | 6 | 31 | 63 | 55 | 16 | 53 |
| Binary | 1111100 | 1110100 | 1011101 | 0 | 110 | 11001 | 110011 | 101101 | 1110 | 101011 |
Color Harmonies of #7C745D
Complementary color
Monochromatic Colors of #7C745D
Black with #7C745D
Text Example
Text Example
White with #7C745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C745D; }
p { color: rgb(124,116,93); }
H1.HeaderClassName
{
color: #7C745D;
}
.AnyTagClassName
{
color: #7C745D;
}
</style>
background-color css
<style>
a { background-color: #7C745D; }
a { background-color: rgb(124,116,93); }
div.DivClassName
{
background-color: #7C745D;
}
.BgClassName
{
background-color: #7C745D;
}
</style>
border-color css
<style>
span { border-color: #7C745D; }
span { border-color: rgb(124,116,93); }
td.TdClassName
{
border-color: #7C745D;
}
.TagClassName
{
border-color: #7C745D;
}
</style>