Shades of Venus #927C85
Tints of Venus #927C85
RGB
CMYK
RGB Variations
Color information
#927C85 (or 0x927C85) is known color: Venus. HEX triplet: 92, 7C and 85. RGB value is (146,124,133). Sum of RGB (Red+Green+Blue) = 146+124+133=403 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.23% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 146 - color contains mainly: red. Hex color #927C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927C85 is #6D837A. Grayscale: #838383. Windows color (decimal): -7177083 or 8748178. OLE color: 8748178.
HSL color Cylindrical-coordinate representation of color #927C85: hue angle of 335.45º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #927C85 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 124 | 133 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.43 |
| HSL | 335.45º | 0.09% | 0.53% | - |
| HSV(B) | 335.45º | 0.15% | 0.57% | - |
| XYZ | 23.3 | 22.22 | 25.25 | - |
| YUV | 131.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 133 | 0 | 0.15 | 0.09 | 0.43 | 335.45 | 0.09 | 0.53 |
| Hex | 92 | 7C | 85 | 0 | F | 9 | 2B | 14F | 9 | 35 |
| Octal | 222 | 174 | 205 | 0 | 17 | 11 | 53 | 517 | 11 | 65 |
| Binary | 10010010 | 1111100 | 10000101 | 0 | 1111 | 1001 | 101011 | 101001111 | 1001 | 110101 |
Color Harmonies of #927C85
Complementary color
Monochromatic Colors of #927C85
Black with #927C85
Text Example
Text Example
White with #927C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927C85; }
p { color: rgb(146,124,133); }
H1.HeaderClassName
{
color: #927C85;
}
.AnyTagClassName
{
color: #927C85;
}
</style>
background-color css
<style>
a { background-color: #927C85; }
a { background-color: rgb(146,124,133); }
div.DivClassName
{
background-color: #927C85;
}
.BgClassName
{
background-color: #927C85;
}
</style>
border-color css
<style>
span { border-color: #927C85; }
span { border-color: rgb(146,124,133); }
td.TdClassName
{
border-color: #927C85;
}
.TagClassName
{
border-color: #927C85;
}
</style>