Shades of Jumbo #82827F
Tints of Jumbo #82827F
RGB
CMYK
RGB Variations
Color information
#82827F (or 0x82827F) is known color: Jumbo. HEX triplet: 82, 82 and 7F. RGB value is (130,130,127). Sum of RGB (Red+Green+Blue) = 130+130+127=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 130 - color contains mainly: red, green. Hex color #82827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82827F is #7D7D80. Grayscale: #818181. Windows color (decimal): -8224129 or 8356482. OLE color: 8356482.
HSL color Cylindrical-coordinate representation of color #82827F: hue angle of 60º degrees, saturation: 0.01, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #82827F is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 130 | 127 | - |
| CMYK | 0 | 0 | 0.02 | 0.49 |
| HSL | 60º | 0.01% | 0.5% | - |
| HSV(B) | 60º | 0.02% | 0.51% | - |
| XYZ | 21.02 | 22.24 | 23.26 | - |
| YUV | 129.66 | 126.5 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 130 | 127 | 0 | 0 | 0.02 | 0.49 | 60 | 0.01 | 0.5 |
| Hex | 82 | 82 | 7F | 0 | 0 | 2 | 31 | 3C | 1 | 32 |
| Octal | 202 | 202 | 177 | 0 | 0 | 2 | 61 | 74 | 1 | 62 |
| Binary | 10000010 | 10000010 | 1111111 | 0 | 0 | 10 | 110001 | 111100 | 1 | 110010 |
Color Harmonies of #82827F
Complementary color
Monochromatic Colors of #82827F
Black with #82827F
Text Example
Text Example
White with #82827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82827F; }
p { color: rgb(130,130,127); }
H1.HeaderClassName
{
color: #82827F;
}
.AnyTagClassName
{
color: #82827F;
}
</style>
background-color css
<style>
a { background-color: #82827F; }
a { background-color: rgb(130,130,127); }
div.DivClassName
{
background-color: #82827F;
}
.BgClassName
{
background-color: #82827F;
}
</style>
border-color css
<style>
span { border-color: #82827F; }
span { border-color: rgb(130,130,127); }
td.TdClassName
{
border-color: #82827F;
}
.TagClassName
{
border-color: #82827F;
}
</style>