Shades of Highball #887B3C
Tints of Highball #887B3C
RGB
CMYK
RGB Variations
Color information
#887B3C (or 0x887B3C) is known color: Highball. HEX triplet: 88, 7B and 3C. RGB value is (136,123,60). Sum of RGB (Red+Green+Blue) = 136+123+60=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #887B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887B3C is #7784C3. Grayscale: #777777. Windows color (decimal): -7832772 or 3963784. OLE color: 3963784.
HSL color Cylindrical-coordinate representation of color #887B3C: hue angle of 49.74º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #887B3C is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 123 | 60 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.47 |
| HSL | 49.74º | 0.39% | 0.38% | - |
| HSV(B) | 49.74º | 0.56% | 0.53% | - |
| XYZ | 18.05 | 19.73 | 7.13 | - |
| YUV | 119.71 | 94.31 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 123 | 60 | 0 | 0.10 | 0.56 | 0.47 | 49.74 | 0.39 | 0.38 |
| Hex | 88 | 7B | 3C | 0 | A | 38 | 2F | 32 | 27 | 26 |
| Octal | 210 | 173 | 74 | 0 | 12 | 70 | 57 | 62 | 47 | 46 |
| Binary | 10001000 | 1111011 | 111100 | 0 | 1010 | 111000 | 101111 | 110010 | 100111 | 100110 |
Color Harmonies of #887B3C
Complementary color
Monochromatic Colors of #887B3C
Black with #887B3C
Text Example
Text Example
White with #887B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887B3C; }
p { color: rgb(136,123,60); }
H1.HeaderClassName
{
color: #887B3C;
}
.AnyTagClassName
{
color: #887B3C;
}
</style>
background-color css
<style>
a { background-color: #887B3C; }
a { background-color: rgb(136,123,60); }
div.DivClassName
{
background-color: #887B3C;
}
.BgClassName
{
background-color: #887B3C;
}
</style>
border-color css
<style>
span { border-color: #887B3C; }
span { border-color: rgb(136,123,60); }
td.TdClassName
{
border-color: #887B3C;
}
.TagClassName
{
border-color: #887B3C;
}
</style>