Shades of Schooner #93877A
Tints of Schooner #93877A
RGB
CMYK
RGB Variations
Color information
#93877A (or 0x93877A) is known color: Schooner. HEX triplet: 93, 87 and 7A. RGB value is (147,135,122). Sum of RGB (Red+Green+Blue) = 147+135+122=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 147 - color contains mainly: red. Hex color #93877A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93877A is #6C7885. Grayscale: #898989. Windows color (decimal): -7108742 or 8030099. OLE color: 8030099.
HSL color Cylindrical-coordinate representation of color #93877A: hue angle of 31.2º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #93877A is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 135 | 122 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.42 |
| HSL | 31.2º | 0.1% | 0.53% | - |
| HSV(B) | 31.2º | 0.17% | 0.58% | - |
| XYZ | 24.21 | 24.94 | 21.95 | - |
| YUV | 137.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 135 | 122 | 0 | 0.08 | 0.17 | 0.42 | 31.2 | 0.1 | 0.53 |
| Hex | 93 | 87 | 7A | 0 | 8 | 11 | 2A | 1F | A | 35 |
| Octal | 223 | 207 | 172 | 0 | 10 | 21 | 52 | 37 | 12 | 65 |
| Binary | 10010011 | 10000111 | 1111010 | 0 | 1000 | 10001 | 101010 | 11111 | 1010 | 110101 |
Color Harmonies of #93877A
Complementary color
Monochromatic Colors of #93877A
Black with #93877A
Text Example
Text Example
White with #93877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93877A; }
p { color: rgb(147,135,122); }
H1.HeaderClassName
{
color: #93877A;
}
.AnyTagClassName
{
color: #93877A;
}
</style>
background-color css
<style>
a { background-color: #93877A; }
a { background-color: rgb(147,135,122); }
div.DivClassName
{
background-color: #93877A;
}
.BgClassName
{
background-color: #93877A;
}
</style>
border-color css
<style>
span { border-color: #93877A; }
span { border-color: rgb(147,135,122); }
td.TdClassName
{
border-color: #93877A;
}
.TagClassName
{
border-color: #93877A;
}
</style>