Shades of Schooner #908578
Tints of Schooner #908578
RGB
CMYK
RGB Variations
Color information
#908578 (or 0x908578) is known color: Schooner. HEX triplet: 90, 85 and 78. RGB value is (144,133,120). Sum of RGB (Red+Green+Blue) = 144+133+120=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 144 - color contains mainly: red. Hex color #908578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908578 is #6F7A87. Grayscale: #868686. Windows color (decimal): -7305864 or 7898512. OLE color: 7898512.
HSL color Cylindrical-coordinate representation of color #908578: hue angle of 32.5º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #908578 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 133 | 120 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.44 |
| HSL | 32.5º | 0.1% | 0.52% | - |
| HSV(B) | 32.5º | 0.17% | 0.56% | - |
| XYZ | 23.28 | 24.06 | 21.19 | - |
| YUV | 134.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 133 | 120 | 0 | 0.08 | 0.17 | 0.44 | 32.5 | 0.1 | 0.52 |
| Hex | 90 | 85 | 78 | 0 | 8 | 11 | 2C | 20 | A | 34 |
| Octal | 220 | 205 | 170 | 0 | 10 | 21 | 54 | 40 | 12 | 64 |
| Binary | 10010000 | 10000101 | 1111000 | 0 | 1000 | 10001 | 101100 | 100000 | 1010 | 110100 |
Color Harmonies of #908578
Complementary color
Monochromatic Colors of #908578
Black with #908578
Text Example
Text Example
White with #908578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908578; }
p { color: rgb(144,133,120); }
H1.HeaderClassName
{
color: #908578;
}
.AnyTagClassName
{
color: #908578;
}
</style>
background-color css
<style>
a { background-color: #908578; }
a { background-color: rgb(144,133,120); }
div.DivClassName
{
background-color: #908578;
}
.BgClassName
{
background-color: #908578;
}
</style>
border-color css
<style>
span { border-color: #908578; }
span { border-color: rgb(144,133,120); }
td.TdClassName
{
border-color: #908578;
}
.TagClassName
{
border-color: #908578;
}
</style>