Shades of Schooner #908880
Tints of Schooner #908880
RGB
CMYK
RGB Variations
Color information
#908880 (or 0x908880) is known color: Schooner. HEX triplet: 90, 88 and 80. RGB value is (144,136,128). Sum of RGB (Red+Green+Blue) = 144+136+128=408 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.29% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 144 - color contains mainly: red. Hex color #908880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908880 is #6F777F. Grayscale: #898989. Windows color (decimal): -7305088 or 8423568. OLE color: 8423568.
HSL color Cylindrical-coordinate representation of color #908880: hue angle of 30º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #908880 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 136 | 128 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.44 |
| HSL | 30º | 0.07% | 0.53% | - |
| HSV(B) | 30º | 0.11% | 0.56% | - |
| XYZ | 24.2 | 25.1 | 23.99 | - |
| YUV | 137.48 | 122.65 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 136 | 128 | 0 | 0.06 | 0.11 | 0.44 | 30 | 0.07 | 0.53 |
| Hex | 90 | 88 | 80 | 0 | 6 | B | 2C | 1E | 7 | 35 |
| Octal | 220 | 210 | 200 | 0 | 6 | 13 | 54 | 36 | 7 | 65 |
| Binary | 10010000 | 10001000 | 10000000 | 0 | 110 | 1011 | 101100 | 11110 | 111 | 110101 |
Color Harmonies of #908880
Complementary color
Monochromatic Colors of #908880
Black with #908880
Text Example
Text Example
White with #908880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908880; }
p { color: rgb(144,136,128); }
H1.HeaderClassName
{
color: #908880;
}
.AnyTagClassName
{
color: #908880;
}
</style>
background-color css
<style>
a { background-color: #908880; }
a { background-color: rgb(144,136,128); }
div.DivClassName
{
background-color: #908880;
}
.BgClassName
{
background-color: #908880;
}
</style>
border-color css
<style>
span { border-color: #908880; }
span { border-color: rgb(144,136,128); }
td.TdClassName
{
border-color: #908880;
}
.TagClassName
{
border-color: #908880;
}
</style>