Shades of Venus #927A82
Tints of Venus #927A82
RGB
CMYK
RGB Variations
Color information
#927A82 (or 0x927A82) is known color: Venus. HEX triplet: 92, 7A and 82. RGB value is (146,122,130). Sum of RGB (Red+Green+Blue) = 146+122+130=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 146 - color contains mainly: red. Hex color #927A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927A82 is #6D857D. Grayscale: #828282. Windows color (decimal): -7177598 or 8551058. OLE color: 8551058.
HSL color Cylindrical-coordinate representation of color #927A82: hue angle of 340º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #927A82 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 122 | 130 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.43 |
| HSL | 340º | 0.1% | 0.53% | - |
| HSV(B) | 340º | 0.16% | 0.57% | - |
| XYZ | 22.84 | 21.64 | 24.09 | - |
| YUV | 130.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 130 | 0 | 0.16 | 0.11 | 0.43 | 340 | 0.1 | 0.53 |
| Hex | 92 | 7A | 82 | 0 | 10 | B | 2B | 154 | A | 35 |
| Octal | 222 | 172 | 202 | 0 | 20 | 13 | 53 | 524 | 12 | 65 |
| Binary | 10010010 | 1111010 | 10000010 | 0 | 10000 | 1011 | 101011 | 101010100 | 1010 | 110101 |
Color Harmonies of #927A82
Complementary color
Monochromatic Colors of #927A82
Black with #927A82
Text Example
Text Example
White with #927A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927A82; }
p { color: rgb(146,122,130); }
H1.HeaderClassName
{
color: #927A82;
}
.AnyTagClassName
{
color: #927A82;
}
</style>
background-color css
<style>
a { background-color: #927A82; }
a { background-color: rgb(146,122,130); }
div.DivClassName
{
background-color: #927A82;
}
.BgClassName
{
background-color: #927A82;
}
</style>
border-color css
<style>
span { border-color: #927A82; }
span { border-color: rgb(146,122,130); }
td.TdClassName
{
border-color: #927A82;
}
.TagClassName
{
border-color: #927A82;
}
</style>