Shades of Venus #82757B
Tints of Venus #82757B
RGB
CMYK
RGB Variations
Color information
#82757B (or 0x82757B) is known color: Venus. HEX triplet: 82, 75 and 7B. RGB value is (130,117,123). Sum of RGB (Red+Green+Blue) = 130+117+123=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 130 - color contains mainly: red. Hex color #82757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82757B is #7D8A84. Grayscale: #797979. Windows color (decimal): -8227461 or 8091010. OLE color: 8091010.
HSL color Cylindrical-coordinate representation of color #82757B: hue angle of 332.31º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #82757B is Cyan = 0, Magento = 0.1, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
RGB | 130 | 117 | 123 | - |
CMYK | 0 | 0.1 | 0.05 | 0.49 |
HSL | 332.31º | 0.05% | 0.48% | - |
HSV(B) | 332.31º | 0.1% | 0.51% | - |
XYZ | 19.14 | 18.9 | 21.38 | - |
YUV | 121.57 | 128.81 | 134.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 130 | 117 | 123 | 0 | 0.1 | 0.05 | 0.49 | 332.31 | 0.05 | 0.48 |
Hex | 82 | 75 | 7B | 0 | A | 5 | 31 | 14C | 5 | 30 |
Octal | 202 | 165 | 173 | 0 | 12 | 5 | 61 | 514 | 5 | 60 |
Binary | 10000010 | 1110101 | 1111011 | 0 | 1010 | 101 | 110001 | 101001100 | 101 | 110000 |
Color Harmonies of #82757B
Complementary color
Monochromatic Colors of #82757B
Black with #82757B
Text Example
Text Example
White with #82757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82757B; }
p { color: rgb(130,117,123); }
H1.HeaderClassName
{
color: #82757B;
}
.AnyTagClassName
{
color: #82757B;
}
</style>
background-color css
<style>
a { background-color: #82757B; }
a { background-color: rgb(130,117,123); }
div.DivClassName
{
background-color: #82757B;
}
.BgClassName
{
background-color: #82757B;
}
</style>
border-color css
<style>
span { border-color: #82757B; }
span { border-color: rgb(130,117,123); }
td.TdClassName
{
border-color: #82757B;
}
.TagClassName
{
border-color: #82757B;
}
</style>