Shades of Pablo #76705C
Tints of Pablo #76705C
RGB
CMYK
RGB Variations
Color information
#76705C (or 0x76705C) is known color: Pablo. HEX triplet: 76, 70 and 5C. RGB value is (118,112,92). Sum of RGB (Red+Green+Blue) = 118+112+92=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 118 - color contains mainly: red. Hex color #76705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76705C is #898FA3. Grayscale: #6F6F6F. Windows color (decimal): -9015204 or 6058102. OLE color: 6058102.
HSL color Cylindrical-coordinate representation of color #76705C: hue angle of 46.15º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #76705C is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 112 | 92 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.54 |
| HSL | 46.15º | 0.12% | 0.41% | - |
| HSV(B) | 46.15º | 0.22% | 0.46% | - |
| XYZ | 15.2 | 16.21 | 12.45 | - |
| YUV | 111.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 92 | 0 | 0.05 | 0.22 | 0.54 | 46.15 | 0.12 | 0.41 |
| Hex | 76 | 70 | 5C | 0 | 5 | 16 | 36 | 2E | C | 29 |
| Octal | 166 | 160 | 134 | 0 | 5 | 26 | 66 | 56 | 14 | 51 |
| Binary | 1110110 | 1110000 | 1011100 | 0 | 101 | 10110 | 110110 | 101110 | 1100 | 101001 |
Color Harmonies of #76705C
Complementary color
Monochromatic Colors of #76705C
Black with #76705C
Text Example
Text Example
White with #76705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76705C; }
p { color: rgb(118,112,92); }
H1.HeaderClassName
{
color: #76705C;
}
.AnyTagClassName
{
color: #76705C;
}
</style>
background-color css
<style>
a { background-color: #76705C; }
a { background-color: rgb(118,112,92); }
div.DivClassName
{
background-color: #76705C;
}
.BgClassName
{
background-color: #76705C;
}
</style>
border-color css
<style>
span { border-color: #76705C; }
span { border-color: rgb(118,112,92); }
td.TdClassName
{
border-color: #76705C;
}
.TagClassName
{
border-color: #76705C;
}
</style>