Shades of Pablo #7E755C
Tints of Pablo #7E755C
RGB
CMYK
RGB Variations
Color information
#7E755C (or 0x7E755C) is known color: Pablo. HEX triplet: 7E, 75 and 5C. RGB value is (126,117,92). Sum of RGB (Red+Green+Blue) = 126+117+92=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 126 - color contains mainly: red. Hex color #7E755C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E755C is #818AA3. Grayscale: #747474. Windows color (decimal): -8489636 or 6059390. OLE color: 6059390.
HSL color Cylindrical-coordinate representation of color #7E755C: hue angle of 44.12º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7E755C is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 117 | 92 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.51 |
| HSL | 44.12º | 0.16% | 0.43% | - |
| HSV(B) | 44.12º | 0.27% | 0.49% | - |
| XYZ | 16.9 | 17.93 | 12.7 | - |
| YUV | 116.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 117 | 92 | 0 | 0.07 | 0.27 | 0.51 | 44.12 | 0.16 | 0.43 |
| Hex | 7E | 75 | 5C | 0 | 7 | 1B | 33 | 2C | 10 | 2B |
| Octal | 176 | 165 | 134 | 0 | 7 | 33 | 63 | 54 | 20 | 53 |
| Binary | 1111110 | 1110101 | 1011100 | 0 | 111 | 11011 | 110011 | 101100 | 10000 | 101011 |
Color Harmonies of #7E755C
Complementary color
Monochromatic Colors of #7E755C
Black with #7E755C
Text Example
Text Example
White with #7E755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E755C; }
p { color: rgb(126,117,92); }
H1.HeaderClassName
{
color: #7E755C;
}
.AnyTagClassName
{
color: #7E755C;
}
</style>
background-color css
<style>
a { background-color: #7E755C; }
a { background-color: rgb(126,117,92); }
div.DivClassName
{
background-color: #7E755C;
}
.BgClassName
{
background-color: #7E755C;
}
</style>
border-color css
<style>
span { border-color: #7E755C; }
span { border-color: rgb(126,117,92); }
td.TdClassName
{
border-color: #7E755C;
}
.TagClassName
{
border-color: #7E755C;
}
</style>