Shades of Schooner #92887A
Tints of Schooner #92887A
RGB
CMYK
RGB Variations
Color information
#92887A (or 0x92887A) is known color: Schooner. HEX triplet: 92, 88 and 7A. RGB value is (146,136,122). Sum of RGB (Red+Green+Blue) = 146+136+122=404 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.14% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 146 - color contains mainly: red. Hex color #92887A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92887A is #6D7785. Grayscale: #898989. Windows color (decimal): -7174022 or 8030354. OLE color: 8030354.
HSL color Cylindrical-coordinate representation of color #92887A: hue angle of 35º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #92887A is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 136 | 122 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.43 |
| HSL | 35º | 0.1% | 0.53% | - |
| HSV(B) | 35º | 0.16% | 0.57% | - |
| XYZ | 24.17 | 25.12 | 21.99 | - |
| YUV | 137.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 136 | 122 | 0 | 0.07 | 0.16 | 0.43 | 35 | 0.1 | 0.53 |
| Hex | 92 | 88 | 7A | 0 | 7 | 10 | 2B | 23 | A | 35 |
| Octal | 222 | 210 | 172 | 0 | 7 | 20 | 53 | 43 | 12 | 65 |
| Binary | 10010010 | 10001000 | 1111010 | 0 | 111 | 10000 | 101011 | 100011 | 1010 | 110101 |
Color Harmonies of #92887A
Complementary color
Monochromatic Colors of #92887A
Black with #92887A
Text Example
Text Example
White with #92887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92887A; }
p { color: rgb(146,136,122); }
H1.HeaderClassName
{
color: #92887A;
}
.AnyTagClassName
{
color: #92887A;
}
</style>
background-color css
<style>
a { background-color: #92887A; }
a { background-color: rgb(146,136,122); }
div.DivClassName
{
background-color: #92887A;
}
.BgClassName
{
background-color: #92887A;
}
</style>
border-color css
<style>
span { border-color: #92887A; }
span { border-color: rgb(146,136,122); }
td.TdClassName
{
border-color: #92887A;
}
.TagClassName
{
border-color: #92887A;
}
</style>