Shades of Schooner #8A8278
Tints of Schooner #8A8278
RGB
CMYK
RGB Variations
Color information
#8A8278 (or 0x8A8278) is known color: Schooner. HEX triplet: 8A, 82 and 78. RGB value is (138,130,120). Sum of RGB (Red+Green+Blue) = 138+130+120=388 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.57% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8278 is #757D87. Grayscale: #838383. Windows color (decimal): -7699848 or 7897738. OLE color: 7897738.
HSL color Cylindrical-coordinate representation of color #8A8278: hue angle of 33.33º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8A8278 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 130 | 120 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.46 |
| HSL | 33.33º | 0.07% | 0.51% | - |
| HSV(B) | 33.33º | 0.13% | 0.54% | - |
| XYZ | 21.85 | 22.72 | 21 | - |
| YUV | 131.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 120 | 0 | 0.06 | 0.13 | 0.46 | 33.33 | 0.07 | 0.51 |
| Hex | 8A | 82 | 78 | 0 | 6 | D | 2E | 21 | 7 | 33 |
| Octal | 212 | 202 | 170 | 0 | 6 | 15 | 56 | 41 | 7 | 63 |
| Binary | 10001010 | 10000010 | 1111000 | 0 | 110 | 1101 | 101110 | 100001 | 111 | 110011 |
Color Harmonies of #8A8278
Complementary color
Monochromatic Colors of #8A8278
Black with #8A8278
Text Example
Text Example
White with #8A8278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8278; }
p { color: rgb(138,130,120); }
H1.HeaderClassName
{
color: #8A8278;
}
.AnyTagClassName
{
color: #8A8278;
}
</style>
background-color css
<style>
a { background-color: #8A8278; }
a { background-color: rgb(138,130,120); }
div.DivClassName
{
background-color: #8A8278;
}
.BgClassName
{
background-color: #8A8278;
}
</style>
border-color css
<style>
span { border-color: #8A8278; }
span { border-color: rgb(138,130,120); }
td.TdClassName
{
border-color: #8A8278;
}
.TagClassName
{
border-color: #8A8278;
}
</style>