Shades of Grey #868383
Tints of Grey #868383
RGB
CMYK
RGB Variations
Color information
#868383 (or 0x868383) is known color: Grey. HEX triplet: 86, 83 and 83. RGB value is (134,131,131). Sum of RGB (Red+Green+Blue) = 134+131+131=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 134 - color contains mainly: red. Hex color #868383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868383 is #797C7C. Grayscale: #838383. Windows color (decimal): -7961725 or 8618886. OLE color: 8618886.
HSL color Cylindrical-coordinate representation of color #868383: hue angle of 0º degrees, saturation: 0.01, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #868383 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 131 | 131 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.47 |
| HSL | 0º | 0.01% | 0.52% | - |
| HSV(B) | 0º | 0.02% | 0.53% | - |
| XYZ | 22.04 | 22.94 | 24.74 | - |
| YUV | 131.9 | 127.49 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 131 | 0 | 0.02 | 0.02 | 0.47 | 0 | 0.01 | 0.52 |
| Hex | 86 | 83 | 83 | 0 | 2 | 2 | 2F | 0 | 1 | 34 |
| Octal | 206 | 203 | 203 | 0 | 2 | 2 | 57 | 0 | 1 | 64 |
| Binary | 10000110 | 10000011 | 10000011 | 0 | 10 | 10 | 101111 | 0 | 1 | 110100 |
Color Harmonies of #868383
Complementary color
Monochromatic Colors of #868383
Black with #868383
Text Example
Text Example
White with #868383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868383; }
p { color: rgb(134,131,131); }
H1.HeaderClassName
{
color: #868383;
}
.AnyTagClassName
{
color: #868383;
}
</style>
background-color css
<style>
a { background-color: #868383; }
a { background-color: rgb(134,131,131); }
div.DivClassName
{
background-color: #868383;
}
.BgClassName
{
background-color: #868383;
}
</style>
border-color css
<style>
span { border-color: #868383; }
span { border-color: rgb(134,131,131); }
td.TdClassName
{
border-color: #868383;
}
.TagClassName
{
border-color: #868383;
}
</style>