#92767C

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

Shades of Venus #92767C

Tints of Venus #92767C

Color information

#92767C (or 0x92767C) is unknown color: approx Venus. HEX triplet: 92, 76 and 7C. RGB value is (146,118,124). Sum of RGB (Red+Green+Blue) = 146+118+124=388 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.63% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 146 - color contains mainly: red. Hex color #92767C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92767C is #6D8983. Grayscale: #7F7F7F. Windows color (decimal): -7178628 or 8156818. OLE color: 8156818.

HSL color Cylindrical-coordinate representation of color #92767C: hue angle of 347.14º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #92767C is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB146118124-
CMYK00.190.150.43
HSL347.14º11.38%51.76%-
HSV(B)347.14º19.18%57.25%-
XYZ21.9720.5221.87-
YUV127.06126.28141.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.63%
GREEN value IS 118 (46.48% from 255) = 30.41%
BLUE value IS 124 (48.83% from 255) = 31.96%
R=37.63%
G=30.41%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611812400.190.150.43347.1411.3851.76
Hex92767C013F2B15bb34
Octal22216617402317535331364
Binary100100101110110111110001001111111010111010110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,118,124); }

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

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

 a { background-color: rgb(146,118,124); }

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

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

 span { border-color: rgb(146,118,124); }

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