Shades of Venus #927F80
Tints of Venus #927F80
RGB
CMYK
RGB Variations
Color information
#927F80 (or 0x927F80) is known color: Venus. HEX triplet: 92, 7F and 80. RGB value is (146,127,128). Sum of RGB (Red+Green+Blue) = 146+127+128=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 146 - color contains mainly: red. Hex color #927F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927F80 is #6D807F. Grayscale: #848484. Windows color (decimal): -7176320 or 8421266. OLE color: 8421266.
HSL color Cylindrical-coordinate representation of color #927F80: hue angle of 356.84º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #927F80 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 127 | 128 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.43 |
| HSL | 356.84º | 0.08% | 0.54% | - |
| HSV(B) | 356.84º | 0.13% | 0.57% | - |
| XYZ | 23.34 | 22.85 | 23.6 | - |
| YUV | 132.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 128 | 0 | 0.13 | 0.12 | 0.43 | 356.84 | 0.08 | 0.54 |
| Hex | 92 | 7F | 80 | 0 | D | C | 2B | 165 | 8 | 36 |
| Octal | 222 | 177 | 200 | 0 | 15 | 14 | 53 | 545 | 10 | 66 |
| Binary | 10010010 | 1111111 | 10000000 | 0 | 1101 | 1100 | 101011 | 101100101 | 1000 | 110110 |
Color Harmonies of #927F80
Complementary color
Monochromatic Colors of #927F80
Black with #927F80
Text Example
Text Example
White with #927F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927F80; }
p { color: rgb(146,127,128); }
H1.HeaderClassName
{
color: #927F80;
}
.AnyTagClassName
{
color: #927F80;
}
</style>
background-color css
<style>
a { background-color: #927F80; }
a { background-color: rgb(146,127,128); }
div.DivClassName
{
background-color: #927F80;
}
.BgClassName
{
background-color: #927F80;
}
</style>
border-color css
<style>
span { border-color: #927F80; }
span { border-color: rgb(146,127,128); }
td.TdClassName
{
border-color: #927F80;
}
.TagClassName
{
border-color: #927F80;
}
</style>