#92737F

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

Shades of Venus #92737F

Tints of Venus #92737F

Color information

#92737F (or 0x92737F) is unknown color: approx Venus. HEX triplet: 92, 73 and 7F. RGB value is (146,115,127). Sum of RGB (Red+Green+Blue) = 146+115+127=388 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.63% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 146 - color contains mainly: red. Hex color #92737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92737F is #6D8C80. Grayscale: #7D7D7D. Windows color (decimal): -7179393 or 8352658. OLE color: 8352658.

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

Color convert

RGB146115127-
CMYK00.210.130.43
HSL336.77º12.45%51.18%-
HSV(B)336.77º21.23%57.25%-
XYZ21.8219.922.77-
YUV125.64128.77142.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.63%
GREEN value IS 115 (45.31% from 255) = 29.64%
BLUE value IS 127 (50% from 255) = 32.73%
R=37.63%
G=29.64%
B=32.73%

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
Decimal14611512700.210.130.43336.7712.4551.18
Hex92737F015D2B151c33
Octal22216317702515535211463
Binary100100101110011111111101010111011010111010100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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