Shades of Pablo #80755A
Tints of Pablo #80755A
RGB
CMYK
RGB Variations
Color information
#80755A (or 0x80755A) is known color: Pablo. HEX triplet: 80, 75 and 5A. RGB value is (128,117,90). Sum of RGB (Red+Green+Blue) = 128+117+90=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 128 - color contains mainly: red. Hex color #80755A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80755A is #7F8AA5. Grayscale: #757575. Windows color (decimal): -8358566 or 5928320. OLE color: 5928320.
HSL color Cylindrical-coordinate representation of color #80755A: hue angle of 42.63º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80755A is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 117 | 90 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.50 |
| HSL | 42.63º | 0.17% | 0.43% | - |
| HSV(B) | 42.63º | 0.3% | 0.5% | - |
| XYZ | 17.11 | 18.05 | 12.26 | - |
| YUV | 117.21 | 112.64 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 117 | 90 | 0 | 0.09 | 0.30 | 0.50 | 42.63 | 0.17 | 0.43 |
| Hex | 80 | 75 | 5A | 0 | 9 | 1E | 32 | 2B | 11 | 2B |
| Octal | 200 | 165 | 132 | 0 | 11 | 36 | 62 | 53 | 21 | 53 |
| Binary | 10000000 | 1110101 | 1011010 | 0 | 1001 | 11110 | 110010 | 101011 | 10001 | 101011 |
Color Harmonies of #80755A
Complementary color
Monochromatic Colors of #80755A
Black with #80755A
Text Example
Text Example
White with #80755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80755A; }
p { color: rgb(128,117,90); }
H1.HeaderClassName
{
color: #80755A;
}
.AnyTagClassName
{
color: #80755A;
}
</style>
background-color css
<style>
a { background-color: #80755A; }
a { background-color: rgb(128,117,90); }
div.DivClassName
{
background-color: #80755A;
}
.BgClassName
{
background-color: #80755A;
}
</style>
border-color css
<style>
span { border-color: #80755A; }
span { border-color: rgb(128,117,90); }
td.TdClassName
{
border-color: #80755A;
}
.TagClassName
{
border-color: #80755A;
}
</style>