Shades of Venus #927B81
Tints of Venus #927B81
RGB
CMYK
RGB Variations
Color information
#927B81 (or 0x927B81) is known color: Venus. HEX triplet: 92, 7B and 81. RGB value is (146,123,129). Sum of RGB (Red+Green+Blue) = 146+123+129=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 146 - color contains mainly: red. Hex color #927B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927B81 is #6D847E. Grayscale: #828282. Windows color (decimal): -7177343 or 8485778. OLE color: 8485778.
HSL color Cylindrical-coordinate representation of color #927B81: hue angle of 344.35º 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 #927B81 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 123 | 129 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.43 |
| HSL | 344.35º | 0.1% | 0.53% | - |
| HSV(B) | 344.35º | 0.16% | 0.57% | - |
| XYZ | 22.9 | 21.86 | 23.78 | - |
| YUV | 130.56 | 127.12 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 129 | 0 | 0.16 | 0.12 | 0.43 | 344.35 | 0.1 | 0.53 |
| Hex | 92 | 7B | 81 | 0 | 10 | C | 2B | 158 | A | 35 |
| Octal | 222 | 173 | 201 | 0 | 20 | 14 | 53 | 530 | 12 | 65 |
| Binary | 10010010 | 1111011 | 10000001 | 0 | 10000 | 1100 | 101011 | 101011000 | 1010 | 110101 |
Color Harmonies of #927B81
Complementary color
Monochromatic Colors of #927B81
Black with #927B81
Text Example
Text Example
White with #927B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927B81; }
p { color: rgb(146,123,129); }
H1.HeaderClassName
{
color: #927B81;
}
.AnyTagClassName
{
color: #927B81;
}
</style>
background-color css
<style>
a { background-color: #927B81; }
a { background-color: rgb(146,123,129); }
div.DivClassName
{
background-color: #927B81;
}
.BgClassName
{
background-color: #927B81;
}
</style>
border-color css
<style>
span { border-color: #927B81; }
span { border-color: rgb(146,123,129); }
td.TdClassName
{
border-color: #927B81;
}
.TagClassName
{
border-color: #927B81;
}
</style>