Shades of Venus #83757B
Tints of Venus #83757B
RGB
CMYK
RGB Variations
Color information
#83757B (or 0x83757B) is known color: Venus. HEX triplet: 83, 75 and 7B. RGB value is (131,117,123). Sum of RGB (Red+Green+Blue) = 131+117+123=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 131 - color contains mainly: red. Hex color #83757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83757B is #7C8A84. Grayscale: #797979. Windows color (decimal): -8161925 or 8091011. OLE color: 8091011.
HSL color Cylindrical-coordinate representation of color #83757B: hue angle of 334.29º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #83757B is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 117 | 123 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.49 |
| HSL | 334.29º | 0.06% | 0.49% | - |
| HSV(B) | 334.29º | 0.11% | 0.51% | - |
| XYZ | 19.3 | 18.98 | 21.38 | - |
| YUV | 121.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 117 | 123 | 0 | 0.11 | 0.06 | 0.49 | 334.29 | 0.06 | 0.49 |
| Hex | 83 | 75 | 7B | 0 | B | 6 | 31 | 14E | 6 | 31 |
| Octal | 203 | 165 | 173 | 0 | 13 | 6 | 61 | 516 | 6 | 61 |
| Binary | 10000011 | 1110101 | 1111011 | 0 | 1011 | 110 | 110001 | 101001110 | 110 | 110001 |
Color Harmonies of #83757B
Complementary color
Monochromatic Colors of #83757B
Black with #83757B
Text Example
Text Example
White with #83757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83757B; }
p { color: rgb(131,117,123); }
H1.HeaderClassName
{
color: #83757B;
}
.AnyTagClassName
{
color: #83757B;
}
</style>
background-color css
<style>
a { background-color: #83757B; }
a { background-color: rgb(131,117,123); }
div.DivClassName
{
background-color: #83757B;
}
.BgClassName
{
background-color: #83757B;
}
</style>
border-color css
<style>
span { border-color: #83757B; }
span { border-color: rgb(131,117,123); }
td.TdClassName
{
border-color: #83757B;
}
.TagClassName
{
border-color: #83757B;
}
</style>