Shades of Schooner #92887B
Tints of Schooner #92887B
RGB
CMYK
RGB Variations
Color information
#92887B (or 0x92887B) is known color: Schooner. HEX triplet: 92, 88 and 7B. RGB value is (146,136,123). Sum of RGB (Red+Green+Blue) = 146+136+123=405 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.05% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 146 - color contains mainly: red. Hex color #92887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92887B is #6D7784. Grayscale: #898989. Windows color (decimal): -7174021 or 8095890. OLE color: 8095890.
HSL color Cylindrical-coordinate representation of color #92887B: hue angle of 33.91º 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 #92887B is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 136 | 123 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.43 |
| HSL | 33.91º | 0.1% | 0.53% | - |
| HSV(B) | 33.91º | 0.16% | 0.57% | - |
| XYZ | 24.23 | 25.15 | 22.32 | - |
| YUV | 137.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 136 | 123 | 0 | 0.07 | 0.16 | 0.43 | 33.91 | 0.1 | 0.53 |
| Hex | 92 | 88 | 7B | 0 | 7 | 10 | 2B | 22 | A | 35 |
| Octal | 222 | 210 | 173 | 0 | 7 | 20 | 53 | 42 | 12 | 65 |
| Binary | 10010010 | 10001000 | 1111011 | 0 | 111 | 10000 | 101011 | 100010 | 1010 | 110101 |
Color Harmonies of #92887B
Complementary color
Monochromatic Colors of #92887B
Black with #92887B
Text Example
Text Example
White with #92887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92887B; }
p { color: rgb(146,136,123); }
H1.HeaderClassName
{
color: #92887B;
}
.AnyTagClassName
{
color: #92887B;
}
</style>
background-color css
<style>
a { background-color: #92887B; }
a { background-color: rgb(146,136,123); }
div.DivClassName
{
background-color: #92887B;
}
.BgClassName
{
background-color: #92887B;
}
</style>
border-color css
<style>
span { border-color: #92887B; }
span { border-color: rgb(146,136,123); }
td.TdClassName
{
border-color: #92887B;
}
.TagClassName
{
border-color: #92887B;
}
</style>