Shades of Venus #927E81
Tints of Venus #927E81
RGB
CMYK
RGB Variations
Color information
#927E81 (or 0x927E81) is known color: Venus. HEX triplet: 92, 7E and 81. RGB value is (146,126,129). Sum of RGB (Red+Green+Blue) = 146+126+129=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 146 - color contains mainly: red. Hex color #927E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927E81 is #6D817E. Grayscale: #848484. Windows color (decimal): -7176575 or 8486546. OLE color: 8486546.
HSL color Cylindrical-coordinate representation of color #927E81: hue angle of 351º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #927E81 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 126 | 129 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.43 |
| HSL | 351º | 0.08% | 0.53% | - |
| HSV(B) | 351º | 0.14% | 0.57% | - |
| XYZ | 23.28 | 22.62 | 23.91 | - |
| YUV | 132.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 129 | 0 | 0.14 | 0.12 | 0.43 | 351 | 0.08 | 0.53 |
| Hex | 92 | 7E | 81 | 0 | E | C | 2B | 15F | 8 | 35 |
| Octal | 222 | 176 | 201 | 0 | 16 | 14 | 53 | 537 | 10 | 65 |
| Binary | 10010010 | 1111110 | 10000001 | 0 | 1110 | 1100 | 101011 | 101011111 | 1000 | 110101 |
Color Harmonies of #927E81
Complementary color
Monochromatic Colors of #927E81
Black with #927E81
Text Example
Text Example
White with #927E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927E81; }
p { color: rgb(146,126,129); }
H1.HeaderClassName
{
color: #927E81;
}
.AnyTagClassName
{
color: #927E81;
}
</style>
background-color css
<style>
a { background-color: #927E81; }
a { background-color: rgb(146,126,129); }
div.DivClassName
{
background-color: #927E81;
}
.BgClassName
{
background-color: #927E81;
}
</style>
border-color css
<style>
span { border-color: #927E81; }
span { border-color: rgb(146,126,129); }
td.TdClassName
{
border-color: #927E81;
}
.TagClassName
{
border-color: #927E81;
}
</style>