Shades of Schooner #91877D
Tints of Schooner #91877D
RGB
CMYK
RGB Variations
Color information
#91877D (or 0x91877D) is known color: Schooner. HEX triplet: 91, 87 and 7D. RGB value is (145,135,125). Sum of RGB (Red+Green+Blue) = 145+135+125=405 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.80% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 145 - color contains mainly: red. Hex color #91877D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91877D is #6E7882. Grayscale: #888888. Windows color (decimal): -7239811 or 8226705. OLE color: 8226705.
HSL color Cylindrical-coordinate representation of color #91877D: hue angle of 30º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #91877D is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 135 | 125 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.43 |
| HSL | 30º | 0.08% | 0.53% | - |
| HSV(B) | 30º | 0.14% | 0.57% | - |
| XYZ | 24.04 | 24.83 | 22.93 | - |
| YUV | 136.85 | 121.31 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 135 | 125 | 0 | 0.07 | 0.14 | 0.43 | 30 | 0.08 | 0.53 |
| Hex | 91 | 87 | 7D | 0 | 7 | E | 2B | 1E | 8 | 35 |
| Octal | 221 | 207 | 175 | 0 | 7 | 16 | 53 | 36 | 10 | 65 |
| Binary | 10010001 | 10000111 | 1111101 | 0 | 111 | 1110 | 101011 | 11110 | 1000 | 110101 |
Color Harmonies of #91877D
Complementary color
Monochromatic Colors of #91877D
Black with #91877D
Text Example
Text Example
White with #91877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91877D; }
p { color: rgb(145,135,125); }
H1.HeaderClassName
{
color: #91877D;
}
.AnyTagClassName
{
color: #91877D;
}
</style>
background-color css
<style>
a { background-color: #91877D; }
a { background-color: rgb(145,135,125); }
div.DivClassName
{
background-color: #91877D;
}
.BgClassName
{
background-color: #91877D;
}
</style>
border-color css
<style>
span { border-color: #91877D; }
span { border-color: rgb(145,135,125); }
td.TdClassName
{
border-color: #91877D;
}
.TagClassName
{
border-color: #91877D;
}
</style>