Shades of Venus #927F87
Tints of Venus #927F87
RGB
CMYK
RGB Variations
Color information
#927F87 (or 0x927F87) is known color: Venus. HEX triplet: 92, 7F and 87. RGB value is (146,127,135). Sum of RGB (Red+Green+Blue) = 146+127+135=408 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.78% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 146 - color contains mainly: red. Hex color #927F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927F87 is #6D8078. Grayscale: #858585. Windows color (decimal): -7176313 or 8880018. OLE color: 8880018.
HSL color Cylindrical-coordinate representation of color #927F87: hue angle of 334.74º 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 #927F87 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 127 | 135 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.43 |
| HSL | 334.74º | 0.08% | 0.54% | - |
| HSV(B) | 334.74º | 0.13% | 0.57% | - |
| XYZ | 23.82 | 23.04 | 26.11 | - |
| YUV | 133.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 135 | 0 | 0.13 | 0.08 | 0.43 | 334.74 | 0.08 | 0.54 |
| Hex | 92 | 7F | 87 | 0 | D | 8 | 2B | 14F | 8 | 36 |
| Octal | 222 | 177 | 207 | 0 | 15 | 10 | 53 | 517 | 10 | 66 |
| Binary | 10010010 | 1111111 | 10000111 | 0 | 1101 | 1000 | 101011 | 101001111 | 1000 | 110110 |
Color Harmonies of #927F87
Complementary color
Monochromatic Colors of #927F87
Black with #927F87
Text Example
Text Example
White with #927F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927F87; }
p { color: rgb(146,127,135); }
H1.HeaderClassName
{
color: #927F87;
}
.AnyTagClassName
{
color: #927F87;
}
</style>
background-color css
<style>
a { background-color: #927F87; }
a { background-color: rgb(146,127,135); }
div.DivClassName
{
background-color: #927F87;
}
.BgClassName
{
background-color: #927F87;
}
</style>
border-color css
<style>
span { border-color: #927F87; }
span { border-color: rgb(146,127,135); }
td.TdClassName
{
border-color: #927F87;
}
.TagClassName
{
border-color: #927F87;
}
</style>