Shades of Padua #87A797
Tints of Padua #87A797
RGB
CMYK
RGB Variations
Color information
#87A797 (or 0x87A797) is known color: Padua. HEX triplet: 87, A7 and 97. RGB value is (135,167,151). Sum of RGB (Red+Green+Blue) = 135+167+151=453 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.80% from 453); Green value is 167 (65.62% from 255 or 36.87% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 167 - color contains mainly: green. Hex color #87A797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A797 is #785868. Grayscale: #9B9B9B. Windows color (decimal): -7886953 or 9938823. OLE color: 9938823.
HSL color Cylindrical-coordinate representation of color #87A797: hue angle of 150º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #87A797 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 135 | 167 | 151 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.35 |
| HSL | 150º | 0.15% | 0.59% | - |
| HSV(B) | 150º | 0.19% | 0.65% | - |
| XYZ | 29.4 | 35.02 | 34.49 | - |
| YUV | 155.61 | 125.4 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 167 | 151 | 0.19 | 0 | 0.10 | 0.35 | 150 | 0.15 | 0.59 |
| Hex | 87 | A7 | 97 | 13 | 0 | A | 23 | 96 | F | 3B |
| Octal | 207 | 247 | 227 | 23 | 0 | 12 | 43 | 226 | 17 | 73 |
| Binary | 10000111 | 10100111 | 10010111 | 10011 | 0 | 1010 | 100011 | 10010110 | 1111 | 111011 |
Color Harmonies of #87A797
Complementary color
Monochromatic Colors of #87A797
Black with #87A797
Text Example
Text Example
White with #87A797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A797; }
p { color: rgb(135,167,151); }
H1.HeaderClassName
{
color: #87A797;
}
.AnyTagClassName
{
color: #87A797;
}
</style>
background-color css
<style>
a { background-color: #87A797; }
a { background-color: rgb(135,167,151); }
div.DivClassName
{
background-color: #87A797;
}
.BgClassName
{
background-color: #87A797;
}
</style>
border-color css
<style>
span { border-color: #87A797; }
span { border-color: rgb(135,167,151); }
td.TdClassName
{
border-color: #87A797;
}
.TagClassName
{
border-color: #87A797;
}
</style>