Shades of Schooner #90877D
Tints of Schooner #90877D
RGB
CMYK
RGB Variations
Color information
#90877D (or 0x90877D) is known color: Schooner. HEX triplet: 90, 87 and 7D. RGB value is (144,135,125). Sum of RGB (Red+Green+Blue) = 144+135+125=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 144 - color contains mainly: red. Hex color #90877D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90877D is #6F7882. Grayscale: #888888. Windows color (decimal): -7305347 or 8226704. OLE color: 8226704.
HSL color Cylindrical-coordinate representation of color #90877D: hue angle of 31.58º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #90877D is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
RGB | 144 | 135 | 125 | - |
CMYK | 0 | 0.06 | 0.13 | 0.44 |
HSL | 31.58º | 0.08% | 0.53% | - |
HSV(B) | 31.58º | 0.13% | 0.56% | - |
XYZ | 23.87 | 24.74 | 22.92 | - |
YUV | 136.55 | 121.48 | 133.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 144 | 135 | 125 | 0 | 0.06 | 0.13 | 0.44 | 31.58 | 0.08 | 0.53 |
Hex | 90 | 87 | 7D | 0 | 6 | D | 2C | 20 | 8 | 35 |
Octal | 220 | 207 | 175 | 0 | 6 | 15 | 54 | 40 | 10 | 65 |
Binary | 10010000 | 10000111 | 1111101 | 0 | 110 | 1101 | 101100 | 100000 | 1000 | 110101 |
Color Harmonies of #90877D
Complementary color
Monochromatic Colors of #90877D
Black with #90877D
Text Example
Text Example
White with #90877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90877D; }
p { color: rgb(144,135,125); }
H1.HeaderClassName
{
color: #90877D;
}
.AnyTagClassName
{
color: #90877D;
}
</style>
background-color css
<style>
a { background-color: #90877D; }
a { background-color: rgb(144,135,125); }
div.DivClassName
{
background-color: #90877D;
}
.BgClassName
{
background-color: #90877D;
}
</style>
border-color css
<style>
span { border-color: #90877D; }
span { border-color: rgb(144,135,125); }
td.TdClassName
{
border-color: #90877D;
}
.TagClassName
{
border-color: #90877D;
}
</style>