Shades of Venus #927A84
Tints of Venus #927A84
RGB
CMYK
RGB Variations
Color information
#927A84 (or 0x927A84) is known color: Venus. HEX triplet: 92, 7A and 84. RGB value is (146,122,132). Sum of RGB (Red+Green+Blue) = 146+122+132=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 146 - color contains mainly: red. Hex color #927A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927A84 is #6D857B. Grayscale: #828282. Windows color (decimal): -7177596 or 8682130. OLE color: 8682130.
HSL color Cylindrical-coordinate representation of color #927A84: hue angle of 335º 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 #927A84 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 122 | 132 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.43 |
| HSL | 335º | 0.1% | 0.53% | - |
| HSV(B) | 335º | 0.16% | 0.57% | - |
| XYZ | 22.98 | 21.7 | 24.81 | - |
| YUV | 130.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 132 | 0 | 0.16 | 0.10 | 0.43 | 335 | 0.1 | 0.53 |
| Hex | 92 | 7A | 84 | 0 | 10 | A | 2B | 14F | A | 35 |
| Octal | 222 | 172 | 204 | 0 | 20 | 12 | 53 | 517 | 12 | 65 |
| Binary | 10010010 | 1111010 | 10000100 | 0 | 10000 | 1010 | 101011 | 101001111 | 1010 | 110101 |
Color Harmonies of #927A84
Complementary color
Monochromatic Colors of #927A84
Black with #927A84
Text Example
Text Example
White with #927A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927A84; }
p { color: rgb(146,122,132); }
H1.HeaderClassName
{
color: #927A84;
}
.AnyTagClassName
{
color: #927A84;
}
</style>
background-color css
<style>
a { background-color: #927A84; }
a { background-color: rgb(146,122,132); }
div.DivClassName
{
background-color: #927A84;
}
.BgClassName
{
background-color: #927A84;
}
</style>
border-color css
<style>
span { border-color: #927A84; }
span { border-color: rgb(146,122,132); }
td.TdClassName
{
border-color: #927A84;
}
.TagClassName
{
border-color: #927A84;
}
</style>