#92747F

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

Shades of Venus #92747F

Tints of Venus #92747F

Color information

#92747F (or 0x92747F) is unknown color: approx Venus. HEX triplet: 92, 74 and 7F. RGB value is (146,116,127). Sum of RGB (Red+Green+Blue) = 146+116+127=389 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.53% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 146 - color contains mainly: red. Hex color #92747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92747F is #6D8B80. Grayscale: #7E7E7E. Windows color (decimal): -7179137 or 8352914. OLE color: 8352914.

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

Color convert

RGB146116127-
CMYK00.210.130.43
HSL338º12.1%51.37%-
HSV(B)338º20.55%57.25%-
XYZ21.9320.1322.81-
YUV126.22128.44142.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.53%
GREEN value IS 116 (45.70% from 255) = 29.82%
BLUE value IS 127 (50% from 255) = 32.65%
R=37.53%
G=29.82%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611612700.210.130.4333812.151.37
Hex92747F015D2B152c33
Octal22216417702515535221463
Binary100100101110100111111101010111011010111010100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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