Shades of Schooner #8B847B
Tints of Schooner #8B847B
RGB
CMYK
RGB Variations
Color information
#8B847B (or 0x8B847B) is known color: Schooner. HEX triplet: 8B, 84 and 7B. RGB value is (139,132,123). Sum of RGB (Red+Green+Blue) = 139+132+123=394 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.28% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 139 - color contains mainly: red. Hex color #8B847B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B847B is #747B84. Grayscale: #858585. Windows color (decimal): -7633797 or 8094859. OLE color: 8094859.
HSL color Cylindrical-coordinate representation of color #8B847B: hue angle of 33.75º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8B847B is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 132 | 123 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.45 |
| HSL | 33.75º | 0.06% | 0.51% | - |
| HSV(B) | 33.75º | 0.12% | 0.55% | - |
| XYZ | 22.47 | 23.42 | 22.08 | - |
| YUV | 133.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 123 | 0 | 0.05 | 0.12 | 0.45 | 33.75 | 0.06 | 0.51 |
| Hex | 8B | 84 | 7B | 0 | 5 | C | 2D | 22 | 6 | 33 |
| Octal | 213 | 204 | 173 | 0 | 5 | 14 | 55 | 42 | 6 | 63 |
| Binary | 10001011 | 10000100 | 1111011 | 0 | 101 | 1100 | 101101 | 100010 | 110 | 110011 |
Color Harmonies of #8B847B
Complementary color
Monochromatic Colors of #8B847B
Black with #8B847B
Text Example
Text Example
White with #8B847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B847B; }
p { color: rgb(139,132,123); }
H1.HeaderClassName
{
color: #8B847B;
}
.AnyTagClassName
{
color: #8B847B;
}
</style>
background-color css
<style>
a { background-color: #8B847B; }
a { background-color: rgb(139,132,123); }
div.DivClassName
{
background-color: #8B847B;
}
.BgClassName
{
background-color: #8B847B;
}
</style>
border-color css
<style>
span { border-color: #8B847B; }
span { border-color: rgb(139,132,123); }
td.TdClassName
{
border-color: #8B847B;
}
.TagClassName
{
border-color: #8B847B;
}
</style>