Shades of Venus #927B7F
Tints of Venus #927B7F
RGB
CMYK
RGB Variations
Color information
#927B7F (or 0x927B7F) is known color: Venus. HEX triplet: 92, 7B and 7F. RGB value is (146,123,127). Sum of RGB (Red+Green+Blue) = 146+123+127=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 146 - color contains mainly: red. Hex color #927B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927B7F is #6D8480. Grayscale: #828282. Windows color (decimal): -7177345 or 8354706. OLE color: 8354706.
HSL color Cylindrical-coordinate representation of color #927B7F: hue angle of 349.57º 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 #927B7F is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 123 | 127 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.43 |
| HSL | 349.57º | 0.1% | 0.53% | - |
| HSV(B) | 349.57º | 0.16% | 0.57% | - |
| XYZ | 22.77 | 21.81 | 23.09 | - |
| YUV | 130.33 | 126.12 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 127 | 0 | 0.16 | 0.13 | 0.43 | 349.57 | 0.1 | 0.53 |
| Hex | 92 | 7B | 7F | 0 | 10 | D | 2B | 15E | A | 35 |
| Octal | 222 | 173 | 177 | 0 | 20 | 15 | 53 | 536 | 12 | 65 |
| Binary | 10010010 | 1111011 | 1111111 | 0 | 10000 | 1101 | 101011 | 101011110 | 1010 | 110101 |
Color Harmonies of #927B7F
Complementary color
Monochromatic Colors of #927B7F
Black with #927B7F
Text Example
Text Example
White with #927B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927B7F; }
p { color: rgb(146,123,127); }
H1.HeaderClassName
{
color: #927B7F;
}
.AnyTagClassName
{
color: #927B7F;
}
</style>
background-color css
<style>
a { background-color: #927B7F; }
a { background-color: rgb(146,123,127); }
div.DivClassName
{
background-color: #927B7F;
}
.BgClassName
{
background-color: #927B7F;
}
</style>
border-color css
<style>
span { border-color: #927B7F; }
span { border-color: rgb(146,123,127); }
td.TdClassName
{
border-color: #927B7F;
}
.TagClassName
{
border-color: #927B7F;
}
</style>