Shades of Highland #828F68
Tints of Highland #828F68
RGB
CMYK
RGB Variations
Color information
#828F68 (or 0x828F68) is known color: Highland. HEX triplet: 82, 8F and 68. RGB value is (130,143,104). Sum of RGB (Red+Green+Blue) = 130+143+104=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 143 - color contains mainly: green. Hex color #828F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828F68 is #7D7097. Grayscale: #868686. Windows color (decimal): -8220824 or 6852482. OLE color: 6852482.
HSL color Cylindrical-coordinate representation of color #828F68: hue angle of 80º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #828F68 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 143 | 104 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.44 |
| HSL | 80º | 0.16% | 0.48% | - |
| HSV(B) | 80º | 0.27% | 0.56% | - |
| XYZ | 21.53 | 25.39 | 16.86 | - |
| YUV | 134.67 | 110.69 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 104 | 0.09 | 0 | 0.27 | 0.44 | 80 | 0.16 | 0.48 |
| Hex | 82 | 8F | 68 | 9 | 0 | 1B | 2C | 50 | 10 | 30 |
| Octal | 202 | 217 | 150 | 11 | 0 | 33 | 54 | 120 | 20 | 60 |
| Binary | 10000010 | 10001111 | 1101000 | 1001 | 0 | 11011 | 101100 | 1010000 | 10000 | 110000 |
Color Harmonies of #828F68
Complementary color
Monochromatic Colors of #828F68
Black with #828F68
Text Example
Text Example
White with #828F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828F68; }
p { color: rgb(130,143,104); }
H1.HeaderClassName
{
color: #828F68;
}
.AnyTagClassName
{
color: #828F68;
}
</style>
background-color css
<style>
a { background-color: #828F68; }
a { background-color: rgb(130,143,104); }
div.DivClassName
{
background-color: #828F68;
}
.BgClassName
{
background-color: #828F68;
}
</style>
border-color css
<style>
span { border-color: #828F68; }
span { border-color: rgb(130,143,104); }
td.TdClassName
{
border-color: #828F68;
}
.TagClassName
{
border-color: #828F68;
}
</style>