Shades of Padua #879C90
Tints of Padua #879C90
RGB
CMYK
RGB Variations
Color information
#879C90 (or 0x879C90) is known color: Padua. HEX triplet: 87, 9C and 90. RGB value is (135,156,144). Sum of RGB (Red+Green+Blue) = 135+156+144=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 156 - color contains mainly: green. Hex color #879C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879C90 is #78636F. Grayscale: #949494. Windows color (decimal): -7889776 or 9477255. OLE color: 9477255.
HSL color Cylindrical-coordinate representation of color #879C90: hue angle of 145.71º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #879C90 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 135 | 156 | 144 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.39 |
| HSL | 145.71º | 0.1% | 0.57% | - |
| HSV(B) | 145.71º | 0.13% | 0.61% | - |
| XYZ | 26.91 | 30.94 | 30.94 | - |
| YUV | 148.35 | 125.54 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 156 | 144 | 0.13 | 0 | 0.08 | 0.39 | 145.71 | 0.1 | 0.57 |
| Hex | 87 | 9C | 90 | D | 0 | 8 | 27 | 92 | A | 39 |
| Octal | 207 | 234 | 220 | 15 | 0 | 10 | 47 | 222 | 12 | 71 |
| Binary | 10000111 | 10011100 | 10010000 | 1101 | 0 | 1000 | 100111 | 10010010 | 1010 | 111001 |
Color Harmonies of #879C90
Complementary color
Monochromatic Colors of #879C90
Black with #879C90
Text Example
Text Example
White with #879C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879C90; }
p { color: rgb(135,156,144); }
H1.HeaderClassName
{
color: #879C90;
}
.AnyTagClassName
{
color: #879C90;
}
</style>
background-color css
<style>
a { background-color: #879C90; }
a { background-color: rgb(135,156,144); }
div.DivClassName
{
background-color: #879C90;
}
.BgClassName
{
background-color: #879C90;
}
</style>
border-color css
<style>
span { border-color: #879C90; }
span { border-color: rgb(135,156,144); }
td.TdClassName
{
border-color: #879C90;
}
.TagClassName
{
border-color: #879C90;
}
</style>