#92747D

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

Shades of Venus #92747D

Tints of Venus #92747D

Color information

#92747D (or 0x92747D) is unknown color: approx Venus. HEX triplet: 92, 74 and 7D. RGB value is (146,116,125). Sum of RGB (Red+Green+Blue) = 146+116+125=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 146 - color contains mainly: red. Hex color #92747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92747D is #6D8B82. Grayscale: #7D7D7D. Windows color (decimal): -7179139 or 8221842. OLE color: 8221842.

HSL color Cylindrical-coordinate representation of color #92747D: hue angle of 342º 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 #92747D is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB146116125-
CMYK00.210.140.43
HSL342º12.1%51.37%-
HSV(B)342º20.55%57.25%-
XYZ21.820.0822.13-
YUV126127.44142.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.73%
GREEN value IS 116 (45.70% from 255) = 29.97%
BLUE value IS 125 (49.22% from 255) = 32.30%
R=37.73%
G=29.97%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611612500.210.140.4334212.151.37
Hex92747D015E2B156c33
Octal22216417502516535261463
Binary100100101110100111110101010111101010111010101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92747D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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