Shades of Venus #927D81
Tints of Venus #927D81
RGB
CMYK
RGB Variations
Color information
#927D81 (or 0x927D81) is known color: Venus. HEX triplet: 92, 7D and 81. RGB value is (146,125,129). Sum of RGB (Red+Green+Blue) = 146+125+129=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 146 - color contains mainly: red. Hex color #927D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927D81 is #6D827E. Grayscale: #838383. Windows color (decimal): -7176831 or 8486290. OLE color: 8486290.
HSL color Cylindrical-coordinate representation of color #927D81: hue angle of 348.57º degrees, saturation: 0.09, 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 #927D81 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 125 | 129 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.43 |
| HSL | 348.57º | 0.09% | 0.53% | - |
| HSV(B) | 348.57º | 0.14% | 0.57% | - |
| XYZ | 23.15 | 22.36 | 23.87 | - |
| YUV | 131.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 129 | 0 | 0.14 | 0.12 | 0.43 | 348.57 | 0.09 | 0.53 |
| Hex | 92 | 7D | 81 | 0 | E | C | 2B | 15D | 9 | 35 |
| Octal | 222 | 175 | 201 | 0 | 16 | 14 | 53 | 535 | 11 | 65 |
| Binary | 10010010 | 1111101 | 10000001 | 0 | 1110 | 1100 | 101011 | 101011101 | 1001 | 110101 |
Color Harmonies of #927D81
Complementary color
Monochromatic Colors of #927D81
Black with #927D81
Text Example
Text Example
White with #927D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927D81; }
p { color: rgb(146,125,129); }
H1.HeaderClassName
{
color: #927D81;
}
.AnyTagClassName
{
color: #927D81;
}
</style>
background-color css
<style>
a { background-color: #927D81; }
a { background-color: rgb(146,125,129); }
div.DivClassName
{
background-color: #927D81;
}
.BgClassName
{
background-color: #927D81;
}
</style>
border-color css
<style>
span { border-color: #927D81; }
span { border-color: rgb(146,125,129); }
td.TdClassName
{
border-color: #927D81;
}
.TagClassName
{
border-color: #927D81;
}
</style>