#92747C

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

Shades of Venus #92747C

Tints of Venus #92747C

Color information

#92747C (or 0x92747C) is unknown color: approx Venus. HEX triplet: 92, 74 and 7C. RGB value is (146,116,124). Sum of RGB (Red+Green+Blue) = 146+116+124=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 146 - color contains mainly: red. Hex color #92747C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92747C is #6D8B83. Grayscale: #7D7D7D. Windows color (decimal): -7179140 or 8156306. OLE color: 8156306.

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

Color convert

RGB146116124-
CMYK00.210.150.43
HSL344º12.1%51.37%-
HSV(B)344º20.55%57.25%-
XYZ21.7420.0621.79-
YUV125.88126.94142.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.82%
GREEN value IS 116 (45.70% from 255) = 30.05%
BLUE value IS 124 (48.83% from 255) = 32.12%
R=37.82%
G=30.05%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611612400.210.150.4334412.151.37
Hex92747C015F2B158c33
Octal22216417402517535301463
Binary100100101110100111110001010111111010111010110001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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