Shades of Venus #927B80
Tints of Venus #927B80
RGB
CMYK
RGB Variations
Color information
#927B80 (or 0x927B80) is known color: Venus. HEX triplet: 92, 7B and 80. RGB value is (146,123,128). Sum of RGB (Red+Green+Blue) = 146+123+128=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 146 - color contains mainly: red. Hex color #927B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927B80 is #6D847F. Grayscale: #828282. Windows color (decimal): -7177344 or 8420242. OLE color: 8420242.
HSL color Cylindrical-coordinate representation of color #927B80: hue angle of 346.96º 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 #927B80 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 123 | 128 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.43 |
| HSL | 346.96º | 0.1% | 0.53% | - |
| HSV(B) | 346.96º | 0.16% | 0.57% | - |
| XYZ | 22.83 | 21.84 | 23.43 | - |
| YUV | 130.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 128 | 0 | 0.16 | 0.12 | 0.43 | 346.96 | 0.1 | 0.53 |
| Hex | 92 | 7B | 80 | 0 | 10 | C | 2B | 15B | A | 35 |
| Octal | 222 | 173 | 200 | 0 | 20 | 14 | 53 | 533 | 12 | 65 |
| Binary | 10010010 | 1111011 | 10000000 | 0 | 10000 | 1100 | 101011 | 101011011 | 1010 | 110101 |
Color Harmonies of #927B80
Complementary color
Monochromatic Colors of #927B80
Black with #927B80
Text Example
Text Example
White with #927B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927B80; }
p { color: rgb(146,123,128); }
H1.HeaderClassName
{
color: #927B80;
}
.AnyTagClassName
{
color: #927B80;
}
</style>
background-color css
<style>
a { background-color: #927B80; }
a { background-color: rgb(146,123,128); }
div.DivClassName
{
background-color: #927B80;
}
.BgClassName
{
background-color: #927B80;
}
</style>
border-color css
<style>
span { border-color: #927B80; }
span { border-color: rgb(146,123,128); }
td.TdClassName
{
border-color: #927B80;
}
.TagClassName
{
border-color: #927B80;
}
</style>