Shades of Schooner #8A8376
Tints of Schooner #8A8376
RGB
CMYK
RGB Variations
Color information
#8A8376 (or 0x8A8376) is known color: Schooner. HEX triplet: 8A, 83 and 76. RGB value is (138,131,118). Sum of RGB (Red+Green+Blue) = 138+131+118=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8376 is #757C89. Grayscale: #838383. Windows color (decimal): -7699594 or 7766922. OLE color: 7766922.
HSL color Cylindrical-coordinate representation of color #8A8376: hue angle of 39º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8A8376 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 131 | 118 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.46 |
| HSL | 39º | 0.08% | 0.5% | - |
| HSV(B) | 39º | 0.14% | 0.54% | - |
| XYZ | 21.87 | 22.94 | 20.42 | - |
| YUV | 131.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 131 | 118 | 0 | 0.05 | 0.14 | 0.46 | 39 | 0.08 | 0.5 |
| Hex | 8A | 83 | 76 | 0 | 5 | E | 2E | 27 | 8 | 32 |
| Octal | 212 | 203 | 166 | 0 | 5 | 16 | 56 | 47 | 10 | 62 |
| Binary | 10001010 | 10000011 | 1110110 | 0 | 101 | 1110 | 101110 | 100111 | 1000 | 110010 |
Color Harmonies of #8A8376
Complementary color
Monochromatic Colors of #8A8376
Black with #8A8376
Text Example
Text Example
White with #8A8376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8376; }
p { color: rgb(138,131,118); }
H1.HeaderClassName
{
color: #8A8376;
}
.AnyTagClassName
{
color: #8A8376;
}
</style>
background-color css
<style>
a { background-color: #8A8376; }
a { background-color: rgb(138,131,118); }
div.DivClassName
{
background-color: #8A8376;
}
.BgClassName
{
background-color: #8A8376;
}
</style>
border-color css
<style>
span { border-color: #8A8376; }
span { border-color: rgb(138,131,118); }
td.TdClassName
{
border-color: #8A8376;
}
.TagClassName
{
border-color: #8A8376;
}
</style>