#92737A

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

Shades of Venus #92737A

Tints of Venus #92737A

Color information

#92737A (or 0x92737A) is unknown color: approx Venus. HEX triplet: 92, 73 and 7A. RGB value is (146,115,122). Sum of RGB (Red+Green+Blue) = 146+115+122=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 146 - color contains mainly: red. Hex color #92737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92737A is #6D8C85. Grayscale: #7D7D7D. Windows color (decimal): -7179398 or 8024978. OLE color: 8024978.

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

Color convert

RGB146115122-
CMYK00.210.160.43
HSL346.45º12.45%51.18%-
HSV(B)346.45º21.23%57.25%-
XYZ21.519.7821.1-
YUV125.07126.27142.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.12%
GREEN value IS 115 (45.31% from 255) = 30.03%
BLUE value IS 122 (48.05% from 255) = 31.85%
R=38.12%
G=30.03%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611512200.210.160.43346.4512.4551.18
Hex92737A015102B15ac33
Octal22216317202520535321463
Binary1001001011100111111010010101100001010111010110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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