Shades of Pablo #7C705C
Tints of Pablo #7C705C
RGB
CMYK
RGB Variations
Color information
#7C705C (or 0x7C705C) is known color: Pablo. HEX triplet: 7C, 70 and 5C. RGB value is (124,112,92). Sum of RGB (Red+Green+Blue) = 124+112+92=328 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.80% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 124 - color contains mainly: red. Hex color #7C705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C705C is #838FA3. Grayscale: #717171. Windows color (decimal): -8621988 or 6058108. OLE color: 6058108.
HSL color Cylindrical-coordinate representation of color #7C705C: hue angle of 37.5º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7C705C is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 112 | 92 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.51 |
| HSL | 37.5º | 0.15% | 0.42% | - |
| HSV(B) | 37.5º | 0.26% | 0.49% | - |
| XYZ | 16.04 | 16.65 | 12.49 | - |
| YUV | 113.31 | 115.98 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 112 | 92 | 0 | 0.10 | 0.26 | 0.51 | 37.5 | 0.15 | 0.42 |
| Hex | 7C | 70 | 5C | 0 | A | 1A | 33 | 26 | F | 2A |
| Octal | 174 | 160 | 134 | 0 | 12 | 32 | 63 | 46 | 17 | 52 |
| Binary | 1111100 | 1110000 | 1011100 | 0 | 1010 | 11010 | 110011 | 100110 | 1111 | 101010 |
Color Harmonies of #7C705C
Complementary color
Monochromatic Colors of #7C705C
Black with #7C705C
Text Example
Text Example
White with #7C705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C705C; }
p { color: rgb(124,112,92); }
H1.HeaderClassName
{
color: #7C705C;
}
.AnyTagClassName
{
color: #7C705C;
}
</style>
background-color css
<style>
a { background-color: #7C705C; }
a { background-color: rgb(124,112,92); }
div.DivClassName
{
background-color: #7C705C;
}
.BgClassName
{
background-color: #7C705C;
}
</style>
border-color css
<style>
span { border-color: #7C705C; }
span { border-color: rgb(124,112,92); }
td.TdClassName
{
border-color: #7C705C;
}
.TagClassName
{
border-color: #7C705C;
}
</style>