Shades of Pablo #7C755A
Tints of Pablo #7C755A
RGB
CMYK
RGB Variations
Color information
#7C755A (or 0x7C755A) is known color: Pablo. HEX triplet: 7C, 75 and 5A. RGB value is (124,117,90). Sum of RGB (Red+Green+Blue) = 124+117+90=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 124 - color contains mainly: red. Hex color #7C755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C755A is #838AA5. Grayscale: #747474. Windows color (decimal): -8620710 or 5928316. OLE color: 5928316.
HSL color Cylindrical-coordinate representation of color #7C755A: hue angle of 47.65º degrees, saturation: 0.16, 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 #7C755A is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 117 | 90 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.51 |
| HSL | 47.65º | 0.16% | 0.42% | - |
| HSV(B) | 47.65º | 0.27% | 0.49% | - |
| XYZ | 16.52 | 17.75 | 12.23 | - |
| YUV | 116.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 117 | 90 | 0 | 0.06 | 0.27 | 0.51 | 47.65 | 0.16 | 0.42 |
| Hex | 7C | 75 | 5A | 0 | 6 | 1B | 33 | 30 | 10 | 2A |
| Octal | 174 | 165 | 132 | 0 | 6 | 33 | 63 | 60 | 20 | 52 |
| Binary | 1111100 | 1110101 | 1011010 | 0 | 110 | 11011 | 110011 | 110000 | 10000 | 101010 |
Color Harmonies of #7C755A
Complementary color
Monochromatic Colors of #7C755A
Black with #7C755A
Text Example
Text Example
White with #7C755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C755A; }
p { color: rgb(124,117,90); }
H1.HeaderClassName
{
color: #7C755A;
}
.AnyTagClassName
{
color: #7C755A;
}
</style>
background-color css
<style>
a { background-color: #7C755A; }
a { background-color: rgb(124,117,90); }
div.DivClassName
{
background-color: #7C755A;
}
.BgClassName
{
background-color: #7C755A;
}
</style>
border-color css
<style>
span { border-color: #7C755A; }
span { border-color: rgb(124,117,90); }
td.TdClassName
{
border-color: #7C755A;
}
.TagClassName
{
border-color: #7C755A;
}
</style>