Shades of Schooner #888074
Tints of Schooner #888074
RGB
CMYK
RGB Variations
Color information
#888074 (or 0x888074) is known color: Schooner. HEX triplet: 88, 80 and 74. RGB value is (136,128,116). Sum of RGB (Red+Green+Blue) = 136+128+116=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 136 - color contains mainly: red. Hex color #888074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888074 is #777F8B. Grayscale: #818181. Windows color (decimal): -7831436 or 7635080. OLE color: 7635080.
HSL color Cylindrical-coordinate representation of color #888074: hue angle of 36º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #888074 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 128 | 116 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.47 |
| HSL | 36º | 0.08% | 0.49% | - |
| HSV(B) | 36º | 0.15% | 0.53% | - |
| XYZ | 21.02 | 21.93 | 19.65 | - |
| YUV | 129.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 116 | 0 | 0.06 | 0.15 | 0.47 | 36 | 0.08 | 0.49 |
| Hex | 88 | 80 | 74 | 0 | 6 | F | 2F | 24 | 8 | 31 |
| Octal | 210 | 200 | 164 | 0 | 6 | 17 | 57 | 44 | 10 | 61 |
| Binary | 10001000 | 10000000 | 1110100 | 0 | 110 | 1111 | 101111 | 100100 | 1000 | 110001 |
Color Harmonies of #888074
Complementary color
Monochromatic Colors of #888074
Black with #888074
Text Example
Text Example
White with #888074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888074; }
p { color: rgb(136,128,116); }
H1.HeaderClassName
{
color: #888074;
}
.AnyTagClassName
{
color: #888074;
}
</style>
background-color css
<style>
a { background-color: #888074; }
a { background-color: rgb(136,128,116); }
div.DivClassName
{
background-color: #888074;
}
.BgClassName
{
background-color: #888074;
}
</style>
border-color css
<style>
span { border-color: #888074; }
span { border-color: rgb(136,128,116); }
td.TdClassName
{
border-color: #888074;
}
.TagClassName
{
border-color: #888074;
}
</style>