Shades of Venus #827D7E
Tints of Venus #827D7E
RGB
CMYK
RGB Variations
Color information
#827D7E (or 0x827D7E) is known color: Venus. HEX triplet: 82, 7D and 7E. RGB value is (130,125,126). Sum of RGB (Red+Green+Blue) = 130+125+126=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 130 - color contains mainly: red. Hex color #827D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827D7E is #7D8281. Grayscale: #7E7E7E. Windows color (decimal): -8225410 or 8289666. OLE color: 8289666.
HSL color Cylindrical-coordinate representation of color #827D7E: hue angle of 348º 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 #827D7E is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
RGB | 130 | 125 | 126 | - |
CMYK | 0 | 0.04 | 0.03 | 0.49 |
HSL | 348º | 0.02% | 0.5% | - |
HSV(B) | 348º | 0.04% | 0.51% | - |
XYZ | 20.31 | 20.92 | 22.71 | - |
YUV | 126.61 | 127.66 | 130.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 130 | 125 | 126 | 0 | 0.04 | 0.03 | 0.49 | 348 | 0.02 | 0.5 |
Hex | 82 | 7D | 7E | 0 | 4 | 3 | 31 | 15C | 2 | 32 |
Octal | 202 | 175 | 176 | 0 | 4 | 3 | 61 | 534 | 2 | 62 |
Binary | 10000010 | 1111101 | 1111110 | 0 | 100 | 11 | 110001 | 101011100 | 10 | 110010 |
Color Harmonies of #827D7E
Complementary color
Monochromatic Colors of #827D7E
Black with #827D7E
Text Example
Text Example
White with #827D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827D7E; }
p { color: rgb(130,125,126); }
H1.HeaderClassName
{
color: #827D7E;
}
.AnyTagClassName
{
color: #827D7E;
}
</style>
background-color css
<style>
a { background-color: #827D7E; }
a { background-color: rgb(130,125,126); }
div.DivClassName
{
background-color: #827D7E;
}
.BgClassName
{
background-color: #827D7E;
}
</style>
border-color css
<style>
span { border-color: #827D7E; }
span { border-color: rgb(130,125,126); }
td.TdClassName
{
border-color: #827D7E;
}
.TagClassName
{
border-color: #827D7E;
}
</style>