Shades of Pablo #7E745C
Tints of Pablo #7E745C
RGB
CMYK
RGB Variations
Color information
#7E745C (or 0x7E745C) is known color: Pablo. HEX triplet: 7E, 74 and 5C. RGB value is (126,116,92). Sum of RGB (Red+Green+Blue) = 126+116+92=334 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.72% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 126 - color contains mainly: red. Hex color #7E745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E745C is #818BA3. Grayscale: #747474. Windows color (decimal): -8489892 or 6059134. OLE color: 6059134.
HSL color Cylindrical-coordinate representation of color #7E745C: hue angle of 42.35º 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 #7E745C is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 116 | 92 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.51 |
| HSL | 42.35º | 0.16% | 0.43% | - |
| HSV(B) | 42.35º | 0.27% | 0.49% | - |
| XYZ | 16.78 | 17.7 | 12.66 | - |
| YUV | 116.25 | 114.31 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 116 | 92 | 0 | 0.08 | 0.27 | 0.51 | 42.35 | 0.16 | 0.43 |
| Hex | 7E | 74 | 5C | 0 | 8 | 1B | 33 | 2A | 10 | 2B |
| Octal | 176 | 164 | 134 | 0 | 10 | 33 | 63 | 52 | 20 | 53 |
| Binary | 1111110 | 1110100 | 1011100 | 0 | 1000 | 11011 | 110011 | 101010 | 10000 | 101011 |
Color Harmonies of #7E745C
Complementary color
Monochromatic Colors of #7E745C
Black with #7E745C
Text Example
Text Example
White with #7E745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E745C; }
p { color: rgb(126,116,92); }
H1.HeaderClassName
{
color: #7E745C;
}
.AnyTagClassName
{
color: #7E745C;
}
</style>
background-color css
<style>
a { background-color: #7E745C; }
a { background-color: rgb(126,116,92); }
div.DivClassName
{
background-color: #7E745C;
}
.BgClassName
{
background-color: #7E745C;
}
</style>
border-color css
<style>
span { border-color: #7E745C; }
span { border-color: rgb(126,116,92); }
td.TdClassName
{
border-color: #7E745C;
}
.TagClassName
{
border-color: #7E745C;
}
</style>