Shades of Venus #927A7F
Tints of Venus #927A7F
RGB
CMYK
RGB Variations
Color information
#927A7F (or 0x927A7F) is known color: Venus. HEX triplet: 92, 7A and 7F. RGB value is (146,122,127). Sum of RGB (Red+Green+Blue) = 146+122+127=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 146 - color contains mainly: red. Hex color #927A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927A7F is #6D8580. Grayscale: #818181. Windows color (decimal): -7177601 or 8354450. OLE color: 8354450.
HSL color Cylindrical-coordinate representation of color #927A7F: hue angle of 347.5º 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 #927A7F is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 122 | 127 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.43 |
| HSL | 347.5º | 0.1% | 0.53% | - |
| HSV(B) | 347.5º | 0.16% | 0.57% | - |
| XYZ | 22.64 | 21.56 | 23.05 | - |
| YUV | 129.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 127 | 0 | 0.16 | 0.13 | 0.43 | 347.5 | 0.1 | 0.53 |
| Hex | 92 | 7A | 7F | 0 | 10 | D | 2B | 15C | A | 35 |
| Octal | 222 | 172 | 177 | 0 | 20 | 15 | 53 | 534 | 12 | 65 |
| Binary | 10010010 | 1111010 | 1111111 | 0 | 10000 | 1101 | 101011 | 101011100 | 1010 | 110101 |
Color Harmonies of #927A7F
Complementary color
Monochromatic Colors of #927A7F
Black with #927A7F
Text Example
Text Example
White with #927A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927A7F; }
p { color: rgb(146,122,127); }
H1.HeaderClassName
{
color: #927A7F;
}
.AnyTagClassName
{
color: #927A7F;
}
</style>
background-color css
<style>
a { background-color: #927A7F; }
a { background-color: rgb(146,122,127); }
div.DivClassName
{
background-color: #927A7F;
}
.BgClassName
{
background-color: #927A7F;
}
</style>
border-color css
<style>
span { border-color: #927A7F; }
span { border-color: rgb(146,122,127); }
td.TdClassName
{
border-color: #927A7F;
}
.TagClassName
{
border-color: #927A7F;
}
</style>