#92737D

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

Shades of Venus #92737D

Tints of Venus #92737D

Color information

#92737D (or 0x92737D) is unknown color: approx Venus. HEX triplet: 92, 73 and 7D. RGB value is (146,115,125). Sum of RGB (Red+Green+Blue) = 146+115+125=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 146 - color contains mainly: red. Hex color #92737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92737D is #6D8C82. Grayscale: #7D7D7D. Windows color (decimal): -7179395 or 8221586. OLE color: 8221586.

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

Color convert

RGB146115125-
CMYK00.210.140.43
HSL340.65º12.45%51.18%-
HSV(B)340.65º21.23%57.25%-
XYZ21.6919.8522.09-
YUV125.41127.77142.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.82%
GREEN value IS 115 (45.31% from 255) = 29.79%
BLUE value IS 125 (49.22% from 255) = 32.38%
R=37.82%
G=29.79%
B=32.38%

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
Decimal14611512500.210.140.43340.6512.4551.18
Hex92737D015E2B155c33
Octal22216317502516535251463
Binary100100101110011111110101010111101010111010101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92737D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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