Shades of Pablo #7B715F
Tints of Pablo #7B715F
RGB
CMYK
RGB Variations
Color information
#7B715F (or 0x7B715F) is known color: Pablo. HEX triplet: 7B, 71 and 5F. RGB value is (123,113,95). Sum of RGB (Red+Green+Blue) = 123+113+95=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 123 - color contains mainly: red. Hex color #7B715F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B715F is #848EA0. Grayscale: #727272. Windows color (decimal): -8687265 or 6254971. OLE color: 6254971.
HSL color Cylindrical-coordinate representation of color #7B715F: hue angle of 38.57º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7B715F is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 113 | 95 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.52 |
| HSL | 38.57º | 0.13% | 0.43% | - |
| HSV(B) | 38.57º | 0.23% | 0.48% | - |
| XYZ | 16.14 | 16.85 | 13.23 | - |
| YUV | 113.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 113 | 95 | 0 | 0.08 | 0.23 | 0.52 | 38.57 | 0.13 | 0.43 |
| Hex | 7B | 71 | 5F | 0 | 8 | 17 | 34 | 27 | D | 2B |
| Octal | 173 | 161 | 137 | 0 | 10 | 27 | 64 | 47 | 15 | 53 |
| Binary | 1111011 | 1110001 | 1011111 | 0 | 1000 | 10111 | 110100 | 100111 | 1101 | 101011 |
Color Harmonies of #7B715F
Complementary color
Monochromatic Colors of #7B715F
Black with #7B715F
Text Example
Text Example
White with #7B715F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B715F; }
p { color: rgb(123,113,95); }
H1.HeaderClassName
{
color: #7B715F;
}
.AnyTagClassName
{
color: #7B715F;
}
</style>
background-color css
<style>
a { background-color: #7B715F; }
a { background-color: rgb(123,113,95); }
div.DivClassName
{
background-color: #7B715F;
}
.BgClassName
{
background-color: #7B715F;
}
</style>
border-color css
<style>
span { border-color: #7B715F; }
span { border-color: rgb(123,113,95); }
td.TdClassName
{
border-color: #7B715F;
}
.TagClassName
{
border-color: #7B715F;
}
</style>