Shades of Venus #92878A
Tints of Venus #92878A
RGB
CMYK
RGB Variations
Color information
#92878A (or 0x92878A) is known color: Venus. HEX triplet: 92, 87 and 8A. RGB value is (146,135,138). Sum of RGB (Red+Green+Blue) = 146+135+138=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 146 - color contains mainly: red. Hex color #92878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92878A is #6D7875. Grayscale: #8A8A8A. Windows color (decimal): -7174262 or 9078674. OLE color: 9078674.
HSL color Cylindrical-coordinate representation of color #92878A: hue angle of 343.64º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #92878A is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 135 | 138 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.43 |
| HSL | 343.64º | 0.05% | 0.55% | - |
| HSV(B) | 343.64º | 0.08% | 0.57% | - |
| XYZ | 25.11 | 25.27 | 27.6 | - |
| YUV | 138.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 135 | 138 | 0 | 0.08 | 0.05 | 0.43 | 343.64 | 0.05 | 0.55 |
| Hex | 92 | 87 | 8A | 0 | 8 | 5 | 2B | 158 | 5 | 37 |
| Octal | 222 | 207 | 212 | 0 | 10 | 5 | 53 | 530 | 5 | 67 |
| Binary | 10010010 | 10000111 | 10001010 | 0 | 1000 | 101 | 101011 | 101011000 | 101 | 110111 |
Color Harmonies of #92878A
Complementary color
Monochromatic Colors of #92878A
Black with #92878A
Text Example
Text Example
White with #92878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92878A; }
p { color: rgb(146,135,138); }
H1.HeaderClassName
{
color: #92878A;
}
.AnyTagClassName
{
color: #92878A;
}
</style>
background-color css
<style>
a { background-color: #92878A; }
a { background-color: rgb(146,135,138); }
div.DivClassName
{
background-color: #92878A;
}
.BgClassName
{
background-color: #92878A;
}
</style>
border-color css
<style>
span { border-color: #92878A; }
span { border-color: rgb(146,135,138); }
td.TdClassName
{
border-color: #92878A;
}
.TagClassName
{
border-color: #92878A;
}
</style>