Shades of Highball #878238
Tints of Highball #878238
RGB
CMYK
RGB Variations
Color information
#878238 (or 0x878238) is known color: Highball. HEX triplet: 87, 82 and 38. RGB value is (135,130,56). Sum of RGB (Red+Green+Blue) = 135+130+56=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #878238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878238 is #787DC7. Grayscale: #7B7B7B. Windows color (decimal): -7896520 or 3703431. OLE color: 3703431.
HSL color Cylindrical-coordinate representation of color #878238: hue angle of 56.2º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #878238 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 130 | 56 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.47 |
| HSL | 56.2º | 0.41% | 0.37% | - |
| HSV(B) | 56.2º | 0.59% | 0.53% | - |
| XYZ | 18.69 | 21.4 | 6.89 | - |
| YUV | 123.06 | 90.16 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 130 | 56 | 0 | 0.04 | 0.59 | 0.47 | 56.2 | 0.41 | 0.37 |
| Hex | 87 | 82 | 38 | 0 | 4 | 3B | 2F | 38 | 29 | 25 |
| Octal | 207 | 202 | 70 | 0 | 4 | 73 | 57 | 70 | 51 | 45 |
| Binary | 10000111 | 10000010 | 111000 | 0 | 100 | 111011 | 101111 | 111000 | 101001 | 100101 |
Color Harmonies of #878238
Complementary color
Monochromatic Colors of #878238
Black with #878238
Text Example
Text Example
White with #878238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878238; }
p { color: rgb(135,130,56); }
H1.HeaderClassName
{
color: #878238;
}
.AnyTagClassName
{
color: #878238;
}
</style>
background-color css
<style>
a { background-color: #878238; }
a { background-color: rgb(135,130,56); }
div.DivClassName
{
background-color: #878238;
}
.BgClassName
{
background-color: #878238;
}
</style>
border-color css
<style>
span { border-color: #878238; }
span { border-color: rgb(135,130,56); }
td.TdClassName
{
border-color: #878238;
}
.TagClassName
{
border-color: #878238;
}
</style>