Shades of Pablo #77705B
Tints of Pablo #77705B
RGB
CMYK
RGB Variations
Color information
#77705B (or 0x77705B) is known color: Pablo. HEX triplet: 77, 70 and 5B. RGB value is (119,112,91). Sum of RGB (Red+Green+Blue) = 119+112+91=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 119 - color contains mainly: red. Hex color #77705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77705B is #888FA4. Grayscale: #6F6F6F. Windows color (decimal): -8949669 or 5992567. OLE color: 5992567.
HSL color Cylindrical-coordinate representation of color #77705B: hue angle of 45º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #77705B is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 112 | 91 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.53 |
| HSL | 45º | 0.13% | 0.41% | - |
| HSV(B) | 45º | 0.24% | 0.47% | - |
| XYZ | 15.29 | 16.27 | 12.23 | - |
| YUV | 111.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 91 | 0 | 0.06 | 0.24 | 0.53 | 45 | 0.13 | 0.41 |
| Hex | 77 | 70 | 5B | 0 | 6 | 18 | 35 | 2D | D | 29 |
| Octal | 167 | 160 | 133 | 0 | 6 | 30 | 65 | 55 | 15 | 51 |
| Binary | 1110111 | 1110000 | 1011011 | 0 | 110 | 11000 | 110101 | 101101 | 1101 | 101001 |
Color Harmonies of #77705B
Complementary color
Monochromatic Colors of #77705B
Black with #77705B
Text Example
Text Example
White with #77705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77705B; }
p { color: rgb(119,112,91); }
H1.HeaderClassName
{
color: #77705B;
}
.AnyTagClassName
{
color: #77705B;
}
</style>
background-color css
<style>
a { background-color: #77705B; }
a { background-color: rgb(119,112,91); }
div.DivClassName
{
background-color: #77705B;
}
.BgClassName
{
background-color: #77705B;
}
</style>
border-color css
<style>
span { border-color: #77705B; }
span { border-color: rgb(119,112,91); }
td.TdClassName
{
border-color: #77705B;
}
.TagClassName
{
border-color: #77705B;
}
</style>