#92878C

Color #92878C Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #92878C

Tints of Venus #92878C

Color information

#92878C (or 0x92878C) is unknown color: approx Venus. HEX triplet: 92, 87 and 8C. RGB value is (146,135,140). Sum of RGB (Red+Green+Blue) = 146+135+140=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 146 - color contains mainly: red. Hex color #92878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92878C is #6D7873. Grayscale: #8A8A8A. Windows color (decimal): -7174260 or 9209746. OLE color: 9209746.

HSL color Cylindrical-coordinate representation of color #92878C: hue angle of 332.73º 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 #92878C is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB146135140-
CMYK00.080.040.43
HSL332.73º4.8%55.1%-
HSV(B)332.73º7.53%57.25%-
XYZ25.2525.3328.37-
YUV138.86128.64133.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 34.68%
GREEN value IS 135 (53.12% from 255) = 32.07%
BLUE value IS 140 (55.08% from 255) = 33.25%
R=34.68%
G=32.07%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613514000.080.040.43332.734.855.1
Hex92878C0842B14d537
Octal222207214010453515567
Binary10010010100001111000110001000100101011101001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92878C; }

 p { color: rgb(146,135,140); }

 H1.HeaderClassName
 {
   color: #92878C;
 }
 .AnyTagClassName
 {
   color: #92878C;
 }
</style>
background-color css

<style>
 a { background-color: #92878C; }

 a { background-color: rgb(146,135,140); }

 div.DivClassName
 {
   background-color: #92878C;
 }
 .BgClassName
 {
   background-color: #92878C;
 }
</style>
border-color css

<style>
 span { border-color: #92878C; }

 span { border-color: rgb(146,135,140); }

 td.TdClassName
 {
   border-color: #92878C;
 }
 .TagClassName
 {
   border-color: #92878C;
 }
</style>