Shades of Schooner #8A8479
Tints of Schooner #8A8479
RGB
CMYK
RGB Variations
Color information
#8A8479 (or 0x8A8479) is known color: Schooner. HEX triplet: 8A, 84 and 79. RGB value is (138,132,121). Sum of RGB (Red+Green+Blue) = 138+132+121=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8479 is #757B86. Grayscale: #848484. Windows color (decimal): -7699335 or 7963786. OLE color: 7963786.
HSL color Cylindrical-coordinate representation of color #8A8479: hue angle of 38.82º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8A8479 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 132 | 121 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.46 |
| HSL | 38.82º | 0.07% | 0.51% | - |
| HSV(B) | 38.82º | 0.12% | 0.54% | - |
| XYZ | 22.18 | 23.29 | 21.41 | - |
| YUV | 132.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 132 | 121 | 0 | 0.04 | 0.12 | 0.46 | 38.82 | 0.07 | 0.51 |
| Hex | 8A | 84 | 79 | 0 | 4 | C | 2E | 27 | 7 | 33 |
| Octal | 212 | 204 | 171 | 0 | 4 | 14 | 56 | 47 | 7 | 63 |
| Binary | 10001010 | 10000100 | 1111001 | 0 | 100 | 1100 | 101110 | 100111 | 111 | 110011 |
Color Harmonies of #8A8479
Complementary color
Monochromatic Colors of #8A8479
Black with #8A8479
Text Example
Text Example
White with #8A8479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8479; }
p { color: rgb(138,132,121); }
H1.HeaderClassName
{
color: #8A8479;
}
.AnyTagClassName
{
color: #8A8479;
}
</style>
background-color css
<style>
a { background-color: #8A8479; }
a { background-color: rgb(138,132,121); }
div.DivClassName
{
background-color: #8A8479;
}
.BgClassName
{
background-color: #8A8479;
}
</style>
border-color css
<style>
span { border-color: #8A8479; }
span { border-color: rgb(138,132,121); }
td.TdClassName
{
border-color: #8A8479;
}
.TagClassName
{
border-color: #8A8479;
}
</style>