Shades of Schooner #8B8278
Tints of Schooner #8B8278
RGB
CMYK
RGB Variations
Color information
#8B8278 (or 0x8B8278) is known color: Schooner. HEX triplet: 8B, 82 and 78. RGB value is (139,130,120). Sum of RGB (Red+Green+Blue) = 139+130+120=389 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.73% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8278 is #747D87. Grayscale: #838383. Windows color (decimal): -7634312 or 7897739. OLE color: 7897739.
HSL color Cylindrical-coordinate representation of color #8B8278: hue angle of 31.58º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B8278 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 130 | 120 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.45 |
| HSL | 31.58º | 0.08% | 0.51% | - |
| HSV(B) | 31.58º | 0.14% | 0.55% | - |
| XYZ | 22.02 | 22.81 | 21.01 | - |
| YUV | 131.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 130 | 120 | 0 | 0.06 | 0.14 | 0.45 | 31.58 | 0.08 | 0.51 |
| Hex | 8B | 82 | 78 | 0 | 6 | E | 2D | 20 | 8 | 33 |
| Octal | 213 | 202 | 170 | 0 | 6 | 16 | 55 | 40 | 10 | 63 |
| Binary | 10001011 | 10000010 | 1111000 | 0 | 110 | 1110 | 101101 | 100000 | 1000 | 110011 |
Color Harmonies of #8B8278
Complementary color
Monochromatic Colors of #8B8278
Black with #8B8278
Text Example
Text Example
White with #8B8278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8278; }
p { color: rgb(139,130,120); }
H1.HeaderClassName
{
color: #8B8278;
}
.AnyTagClassName
{
color: #8B8278;
}
</style>
background-color css
<style>
a { background-color: #8B8278; }
a { background-color: rgb(139,130,120); }
div.DivClassName
{
background-color: #8B8278;
}
.BgClassName
{
background-color: #8B8278;
}
</style>
border-color css
<style>
span { border-color: #8B8278; }
span { border-color: rgb(139,130,120); }
td.TdClassName
{
border-color: #8B8278;
}
.TagClassName
{
border-color: #8B8278;
}
</style>