Shades of Venus #927C84
Tints of Venus #927C84
RGB
CMYK
RGB Variations
Color information
#927C84 (or 0x927C84) is known color: Venus. HEX triplet: 92, 7C and 84. RGB value is (146,124,132). Sum of RGB (Red+Green+Blue) = 146+124+132=402 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.32% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 146 - color contains mainly: red. Hex color #927C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927C84 is #6D837B. Grayscale: #838383. Windows color (decimal): -7177084 or 8682642. OLE color: 8682642.
HSL color Cylindrical-coordinate representation of color #927C84: hue angle of 338.18º 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 #927C84 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 124 | 132 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.43 |
| HSL | 338.18º | 0.09% | 0.53% | - |
| HSV(B) | 338.18º | 0.15% | 0.57% | - |
| XYZ | 23.23 | 22.19 | 24.89 | - |
| YUV | 131.49 | 128.29 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 132 | 0 | 0.15 | 0.10 | 0.43 | 338.18 | 0.09 | 0.53 |
| Hex | 92 | 7C | 84 | 0 | F | A | 2B | 152 | 9 | 35 |
| Octal | 222 | 174 | 204 | 0 | 17 | 12 | 53 | 522 | 11 | 65 |
| Binary | 10010010 | 1111100 | 10000100 | 0 | 1111 | 1010 | 101011 | 101010010 | 1001 | 110101 |
Color Harmonies of #927C84
Complementary color
Monochromatic Colors of #927C84
Black with #927C84
Text Example
Text Example
White with #927C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927C84; }
p { color: rgb(146,124,132); }
H1.HeaderClassName
{
color: #927C84;
}
.AnyTagClassName
{
color: #927C84;
}
</style>
background-color css
<style>
a { background-color: #927C84; }
a { background-color: rgb(146,124,132); }
div.DivClassName
{
background-color: #927C84;
}
.BgClassName
{
background-color: #927C84;
}
</style>
border-color css
<style>
span { border-color: #927C84; }
span { border-color: rgb(146,124,132); }
td.TdClassName
{
border-color: #927C84;
}
.TagClassName
{
border-color: #927C84;
}
</style>