Shades of Pablo #7B715C
Tints of Pablo #7B715C
RGB
CMYK
RGB Variations
Color information
#7B715C (or 0x7B715C) is known color: Pablo. HEX triplet: 7B, 71 and 5C. RGB value is (123,113,92). Sum of RGB (Red+Green+Blue) = 123+113+92=328 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.5% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 123 - color contains mainly: red. Hex color #7B715C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B715C is #848EA3. Grayscale: #717171. Windows color (decimal): -8687268 or 6058363. OLE color: 6058363.
HSL color Cylindrical-coordinate representation of color #7B715C: hue angle of 40.65º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7B715C is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 113 | 92 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.52 |
| HSL | 40.65º | 0.14% | 0.42% | - |
| HSV(B) | 40.65º | 0.25% | 0.48% | - |
| XYZ | 16.01 | 16.79 | 12.52 | - |
| YUV | 113.6 | 115.81 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 113 | 92 | 0 | 0.08 | 0.25 | 0.52 | 40.65 | 0.14 | 0.42 |
| Hex | 7B | 71 | 5C | 0 | 8 | 19 | 34 | 29 | E | 2A |
| Octal | 173 | 161 | 134 | 0 | 10 | 31 | 64 | 51 | 16 | 52 |
| Binary | 1111011 | 1110001 | 1011100 | 0 | 1000 | 11001 | 110100 | 101001 | 1110 | 101010 |
Color Harmonies of #7B715C
Complementary color
Monochromatic Colors of #7B715C
Black with #7B715C
Text Example
Text Example
White with #7B715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B715C; }
p { color: rgb(123,113,92); }
H1.HeaderClassName
{
color: #7B715C;
}
.AnyTagClassName
{
color: #7B715C;
}
</style>
background-color css
<style>
a { background-color: #7B715C; }
a { background-color: rgb(123,113,92); }
div.DivClassName
{
background-color: #7B715C;
}
.BgClassName
{
background-color: #7B715C;
}
</style>
border-color css
<style>
span { border-color: #7B715C; }
span { border-color: rgb(123,113,92); }
td.TdClassName
{
border-color: #7B715C;
}
.TagClassName
{
border-color: #7B715C;
}
</style>