Shades of Schooner #85827F
Tints of Schooner #85827F
RGB
CMYK
RGB Variations
Color information
#85827F (or 0x85827F) is known color: Schooner. HEX triplet: 85, 82 and 7F. RGB value is (133,130,127). Sum of RGB (Red+Green+Blue) = 133+130+127=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 133 - color contains mainly: red. Hex color #85827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85827F is #7A7D80. Grayscale: #828282. Windows color (decimal): -8027521 or 8356485. OLE color: 8356485.
HSL color Cylindrical-coordinate representation of color #85827F: hue angle of 30º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #85827F is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 130 | 127 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.48 |
| HSL | 30º | 0.02% | 0.51% | - |
| HSV(B) | 30º | 0.05% | 0.52% | - |
| XYZ | 21.49 | 22.48 | 23.29 | - |
| YUV | 130.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 127 | 0 | 0.02 | 0.05 | 0.48 | 30 | 0.02 | 0.51 |
| Hex | 85 | 82 | 7F | 0 | 2 | 5 | 30 | 1E | 2 | 33 |
| Octal | 205 | 202 | 177 | 0 | 2 | 5 | 60 | 36 | 2 | 63 |
| Binary | 10000101 | 10000010 | 1111111 | 0 | 10 | 101 | 110000 | 11110 | 10 | 110011 |
Color Harmonies of #85827F
Complementary color
Monochromatic Colors of #85827F
Black with #85827F
Text Example
Text Example
White with #85827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85827F; }
p { color: rgb(133,130,127); }
H1.HeaderClassName
{
color: #85827F;
}
.AnyTagClassName
{
color: #85827F;
}
</style>
background-color css
<style>
a { background-color: #85827F; }
a { background-color: rgb(133,130,127); }
div.DivClassName
{
background-color: #85827F;
}
.BgClassName
{
background-color: #85827F;
}
</style>
border-color css
<style>
span { border-color: #85827F; }
span { border-color: rgb(133,130,127); }
td.TdClassName
{
border-color: #85827F;
}
.TagClassName
{
border-color: #85827F;
}
</style>