Shades of Schooner #878178
Tints of Schooner #878178
RGB
CMYK
RGB Variations
Color information
#878178 (or 0x878178) is known color: Schooner. HEX triplet: 87, 81 and 78. RGB value is (135,129,120). Sum of RGB (Red+Green+Blue) = 135+129+120=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 135 - color contains mainly: red. Hex color #878178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878178 is #787E87. Grayscale: #818181. Windows color (decimal): -7896712 or 7897479. OLE color: 7897479.
HSL color Cylindrical-coordinate representation of color #878178: hue angle of 36º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #878178 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 129 | 120 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.47 |
| HSL | 36º | 0.06% | 0.5% | - |
| HSV(B) | 36º | 0.11% | 0.53% | - |
| XYZ | 21.23 | 22.21 | 20.94 | - |
| YUV | 129.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 120 | 0 | 0.04 | 0.11 | 0.47 | 36 | 0.06 | 0.5 |
| Hex | 87 | 81 | 78 | 0 | 4 | B | 2F | 24 | 6 | 32 |
| Octal | 207 | 201 | 170 | 0 | 4 | 13 | 57 | 44 | 6 | 62 |
| Binary | 10000111 | 10000001 | 1111000 | 0 | 100 | 1011 | 101111 | 100100 | 110 | 110010 |
Color Harmonies of #878178
Complementary color
Monochromatic Colors of #878178
Black with #878178
Text Example
Text Example
White with #878178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878178; }
p { color: rgb(135,129,120); }
H1.HeaderClassName
{
color: #878178;
}
.AnyTagClassName
{
color: #878178;
}
</style>
background-color css
<style>
a { background-color: #878178; }
a { background-color: rgb(135,129,120); }
div.DivClassName
{
background-color: #878178;
}
.BgClassName
{
background-color: #878178;
}
</style>
border-color css
<style>
span { border-color: #878178; }
span { border-color: rgb(135,129,120); }
td.TdClassName
{
border-color: #878178;
}
.TagClassName
{
border-color: #878178;
}
</style>