Shades of Schooner #8A827A
Tints of Schooner #8A827A
RGB
CMYK
RGB Variations
Color information
#8A827A (or 0x8A827A) is known color: Schooner. HEX triplet: 8A, 82 and 7A. RGB value is (138,130,122). Sum of RGB (Red+Green+Blue) = 138+130+122=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 138 - color contains mainly: red. Hex color #8A827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A827A is #757D85. Grayscale: #838383. Windows color (decimal): -7699846 or 8028810. OLE color: 8028810.
HSL color Cylindrical-coordinate representation of color #8A827A: hue angle of 30º degrees, saturation: 0.06, 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 #8A827A is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 130 | 122 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.46 |
| HSL | 30º | 0.06% | 0.51% | - |
| HSV(B) | 30º | 0.12% | 0.54% | - |
| XYZ | 21.98 | 22.77 | 21.65 | - |
| YUV | 131.48 | 122.65 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 122 | 0 | 0.06 | 0.12 | 0.46 | 30 | 0.06 | 0.51 |
| Hex | 8A | 82 | 7A | 0 | 6 | C | 2E | 1E | 6 | 33 |
| Octal | 212 | 202 | 172 | 0 | 6 | 14 | 56 | 36 | 6 | 63 |
| Binary | 10001010 | 10000010 | 1111010 | 0 | 110 | 1100 | 101110 | 11110 | 110 | 110011 |
Color Harmonies of #8A827A
Complementary color
Monochromatic Colors of #8A827A
Black with #8A827A
Text Example
Text Example
White with #8A827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A827A; }
p { color: rgb(138,130,122); }
H1.HeaderClassName
{
color: #8A827A;
}
.AnyTagClassName
{
color: #8A827A;
}
</style>
background-color css
<style>
a { background-color: #8A827A; }
a { background-color: rgb(138,130,122); }
div.DivClassName
{
background-color: #8A827A;
}
.BgClassName
{
background-color: #8A827A;
}
</style>
border-color css
<style>
span { border-color: #8A827A; }
span { border-color: rgb(138,130,122); }
td.TdClassName
{
border-color: #8A827A;
}
.TagClassName
{
border-color: #8A827A;
}
</style>