Shades of Grey #827D7D
Tints of Grey #827D7D
RGB
CMYK
RGB Variations
Color information
#827D7D (or 0x827D7D) is known color: Grey. HEX triplet: 82, 7D and 7D. RGB value is (130,125,125). Sum of RGB (Red+Green+Blue) = 130+125+125=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 130 - color contains mainly: red. Hex color #827D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827D7D is #7D8282. Grayscale: #7E7E7E. Windows color (decimal): -8225411 or 8224130. OLE color: 8224130.
HSL color Cylindrical-coordinate representation of color #827D7D: hue angle of 0º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #827D7D is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
RGB | 130 | 125 | 125 | - |
CMYK | 0 | 0.04 | 0.04 | 0.49 |
HSL | 0º | 0.02% | 0.5% | - |
HSV(B) | 0º | 0.04% | 0.51% | - |
XYZ | 20.24 | 20.89 | 22.37 | - |
YUV | 126.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 130 | 125 | 125 | 0 | 0.04 | 0.04 | 0.49 | 0 | 0.02 | 0.5 |
Hex | 82 | 7D | 7D | 0 | 4 | 4 | 31 | 0 | 2 | 32 |
Octal | 202 | 175 | 175 | 0 | 4 | 4 | 61 | 0 | 2 | 62 |
Binary | 10000010 | 1111101 | 1111101 | 0 | 100 | 100 | 110001 | 0 | 10 | 110010 |
Color Harmonies of #827D7D
Complementary color
Monochromatic Colors of #827D7D
Black with #827D7D
Text Example
Text Example
White with #827D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827D7D; }
p { color: rgb(130,125,125); }
H1.HeaderClassName
{
color: #827D7D;
}
.AnyTagClassName
{
color: #827D7D;
}
</style>
background-color css
<style>
a { background-color: #827D7D; }
a { background-color: rgb(130,125,125); }
div.DivClassName
{
background-color: #827D7D;
}
.BgClassName
{
background-color: #827D7D;
}
</style>
border-color css
<style>
span { border-color: #827D7D; }
span { border-color: rgb(130,125,125); }
td.TdClassName
{
border-color: #827D7D;
}
.TagClassName
{
border-color: #827D7D;
}
</style>