Shades of Pablo #716B5E
Tints of Pablo #716B5E
RGB
CMYK
RGB Variations
Color information
#716B5E (or 0x716B5E) is known color: Pablo. HEX triplet: 71, 6B and 5E. RGB value is (113,107,94). Sum of RGB (Red+Green+Blue) = 113+107+94=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 113 - color contains mainly: red. Hex color #716B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B5E is #8E94A1. Grayscale: #6B6B6B. Windows color (decimal): -9344162 or 6187889. OLE color: 6187889.
HSL color Cylindrical-coordinate representation of color #716B5E: hue angle of 41.05º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #716B5E is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
RGB | 113 | 107 | 94 | - |
CMYK | 0 | 0.05 | 0.17 | 0.56 |
HSL | 41.05º | 0.09% | 0.41% | - |
HSV(B) | 41.05º | 0.17% | 0.44% | - |
XYZ | 14.09 | 14.83 | 12.71 | - |
YUV | 107.31 | 120.49 | 132.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 113 | 107 | 94 | 0 | 0.05 | 0.17 | 0.56 | 41.05 | 0.09 | 0.41 |
Hex | 71 | 6B | 5E | 0 | 5 | 11 | 38 | 29 | 9 | 29 |
Octal | 161 | 153 | 136 | 0 | 5 | 21 | 70 | 51 | 11 | 51 |
Binary | 1110001 | 1101011 | 1011110 | 0 | 101 | 10001 | 111000 | 101001 | 1001 | 101001 |
Color Harmonies of #716B5E
Complementary color
Monochromatic Colors of #716B5E
Black with #716B5E
Text Example
Text Example
White with #716B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716B5E; }
p { color: rgb(113,107,94); }
H1.HeaderClassName
{
color: #716B5E;
}
.AnyTagClassName
{
color: #716B5E;
}
</style>
background-color css
<style>
a { background-color: #716B5E; }
a { background-color: rgb(113,107,94); }
div.DivClassName
{
background-color: #716B5E;
}
.BgClassName
{
background-color: #716B5E;
}
</style>
border-color css
<style>
span { border-color: #716B5E; }
span { border-color: rgb(113,107,94); }
td.TdClassName
{
border-color: #716B5E;
}
.TagClassName
{
border-color: #716B5E;
}
</style>