Shades of Venus #928082
Tints of Venus #928082
RGB
CMYK
RGB Variations
Color information
#928082 (or 0x928082) is known color: Venus. HEX triplet: 92, 80 and 82. RGB value is (146,128,130). Sum of RGB (Red+Green+Blue) = 146+128+130=404 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.14% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 146 - color contains mainly: red. Hex color #928082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928082 is #6D7F7D. Grayscale: #858585. Windows color (decimal): -7176062 or 8552594. OLE color: 8552594.
HSL color Cylindrical-coordinate representation of color #928082: hue angle of 353.33º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #928082 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 128 | 130 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.43 |
| HSL | 353.33º | 0.08% | 0.54% | - |
| HSV(B) | 353.33º | 0.12% | 0.57% | - |
| XYZ | 23.6 | 23.16 | 24.35 | - |
| YUV | 133.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 128 | 130 | 0 | 0.12 | 0.11 | 0.43 | 353.33 | 0.08 | 0.54 |
| Hex | 92 | 80 | 82 | 0 | C | B | 2B | 161 | 8 | 36 |
| Octal | 222 | 200 | 202 | 0 | 14 | 13 | 53 | 541 | 10 | 66 |
| Binary | 10010010 | 10000000 | 10000010 | 0 | 1100 | 1011 | 101011 | 101100001 | 1000 | 110110 |
Color Harmonies of #928082
Complementary color
Monochromatic Colors of #928082
Black with #928082
Text Example
Text Example
White with #928082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928082; }
p { color: rgb(146,128,130); }
H1.HeaderClassName
{
color: #928082;
}
.AnyTagClassName
{
color: #928082;
}
</style>
background-color css
<style>
a { background-color: #928082; }
a { background-color: rgb(146,128,130); }
div.DivClassName
{
background-color: #928082;
}
.BgClassName
{
background-color: #928082;
}
</style>
border-color css
<style>
span { border-color: #928082; }
span { border-color: rgb(146,128,130); }
td.TdClassName
{
border-color: #928082;
}
.TagClassName
{
border-color: #928082;
}
</style>