Shades of Venus #83747A
Tints of Venus #83747A
RGB
CMYK
RGB Variations
Color information
#83747A (or 0x83747A) is known color: Venus. HEX triplet: 83, 74 and 7A. RGB value is (131,116,122). Sum of RGB (Red+Green+Blue) = 131+116+122=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 131 - color contains mainly: red. Hex color #83747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83747A is #7C8B85. Grayscale: #797979. Windows color (decimal): -8162182 or 8025219. OLE color: 8025219.
HSL color Cylindrical-coordinate representation of color #83747A: hue angle of 336º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #83747A is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 116 | 122 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.49 |
| HSL | 336º | 0.06% | 0.48% | - |
| HSV(B) | 336º | 0.11% | 0.51% | - |
| XYZ | 19.12 | 18.72 | 21.02 | - |
| YUV | 121.17 | 128.47 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 116 | 122 | 0 | 0.11 | 0.07 | 0.49 | 336 | 0.06 | 0.48 |
| Hex | 83 | 74 | 7A | 0 | B | 7 | 31 | 150 | 6 | 30 |
| Octal | 203 | 164 | 172 | 0 | 13 | 7 | 61 | 520 | 6 | 60 |
| Binary | 10000011 | 1110100 | 1111010 | 0 | 1011 | 111 | 110001 | 101010000 | 110 | 110000 |
Color Harmonies of #83747A
Complementary color
Monochromatic Colors of #83747A
Black with #83747A
Text Example
Text Example
White with #83747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83747A; }
p { color: rgb(131,116,122); }
H1.HeaderClassName
{
color: #83747A;
}
.AnyTagClassName
{
color: #83747A;
}
</style>
background-color css
<style>
a { background-color: #83747A; }
a { background-color: rgb(131,116,122); }
div.DivClassName
{
background-color: #83747A;
}
.BgClassName
{
background-color: #83747A;
}
</style>
border-color css
<style>
span { border-color: #83747A; }
span { border-color: rgb(131,116,122); }
td.TdClassName
{
border-color: #83747A;
}
.TagClassName
{
border-color: #83747A;
}
</style>