Shades of Pablo #766C5A
Tints of Pablo #766C5A
RGB
CMYK
RGB Variations
Color information
#766C5A (or 0x766C5A) is known color: Pablo. HEX triplet: 76, 6C and 5A. RGB value is (118,108,90). Sum of RGB (Red+Green+Blue) = 118+108+90=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #766C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C5A is #8993A5. Grayscale: #6D6D6D. Windows color (decimal): -9016230 or 5926006. OLE color: 5926006.
HSL color Cylindrical-coordinate representation of color #766C5A: hue angle of 38.57º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #766C5A is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 108 | 90 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.54 |
| HSL | 38.57º | 0.13% | 0.41% | - |
| HSV(B) | 38.57º | 0.24% | 0.46% | - |
| XYZ | 14.68 | 15.31 | 11.86 | - |
| YUV | 108.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 90 | 0 | 0.08 | 0.24 | 0.54 | 38.57 | 0.13 | 0.41 |
| Hex | 76 | 6C | 5A | 0 | 8 | 18 | 36 | 27 | D | 29 |
| Octal | 166 | 154 | 132 | 0 | 10 | 30 | 66 | 47 | 15 | 51 |
| Binary | 1110110 | 1101100 | 1011010 | 0 | 1000 | 11000 | 110110 | 100111 | 1101 | 101001 |
Color Harmonies of #766C5A
Complementary color
Monochromatic Colors of #766C5A
Black with #766C5A
Text Example
Text Example
White with #766C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766C5A; }
p { color: rgb(118,108,90); }
H1.HeaderClassName
{
color: #766C5A;
}
.AnyTagClassName
{
color: #766C5A;
}
</style>
background-color css
<style>
a { background-color: #766C5A; }
a { background-color: rgb(118,108,90); }
div.DivClassName
{
background-color: #766C5A;
}
.BgClassName
{
background-color: #766C5A;
}
</style>
border-color css
<style>
span { border-color: #766C5A; }
span { border-color: rgb(118,108,90); }
td.TdClassName
{
border-color: #766C5A;
}
.TagClassName
{
border-color: #766C5A;
}
</style>