Shades of Venus #927F82
Tints of Venus #927F82
RGB
CMYK
RGB Variations
Color information
#927F82 (or 0x927F82) is known color: Venus. HEX triplet: 92, 7F and 82. RGB value is (146,127,130). Sum of RGB (Red+Green+Blue) = 146+127+130=403 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.23% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 146 - color contains mainly: red. Hex color #927F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927F82 is #6D807D. Grayscale: #858585. Windows color (decimal): -7176318 or 8552338. OLE color: 8552338.
HSL color Cylindrical-coordinate representation of color #927F82: hue angle of 350.53º 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 #927F82 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 127 | 130 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.43 |
| HSL | 350.53º | 0.08% | 0.54% | - |
| HSV(B) | 350.53º | 0.13% | 0.57% | - |
| XYZ | 23.47 | 22.9 | 24.3 | - |
| YUV | 133.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 130 | 0 | 0.13 | 0.11 | 0.43 | 350.53 | 0.08 | 0.54 |
| Hex | 92 | 7F | 82 | 0 | D | B | 2B | 15F | 8 | 36 |
| Octal | 222 | 177 | 202 | 0 | 15 | 13 | 53 | 537 | 10 | 66 |
| Binary | 10010010 | 1111111 | 10000010 | 0 | 1101 | 1011 | 101011 | 101011111 | 1000 | 110110 |
Color Harmonies of #927F82
Complementary color
Monochromatic Colors of #927F82
Black with #927F82
Text Example
Text Example
White with #927F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927F82; }
p { color: rgb(146,127,130); }
H1.HeaderClassName
{
color: #927F82;
}
.AnyTagClassName
{
color: #927F82;
}
</style>
background-color css
<style>
a { background-color: #927F82; }
a { background-color: rgb(146,127,130); }
div.DivClassName
{
background-color: #927F82;
}
.BgClassName
{
background-color: #927F82;
}
</style>
border-color css
<style>
span { border-color: #927F82; }
span { border-color: rgb(146,127,130); }
td.TdClassName
{
border-color: #927F82;
}
.TagClassName
{
border-color: #927F82;
}
</style>