#92737B

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

Shades of Venus #92737B

Tints of Venus #92737B

Color information

#92737B (or 0x92737B) is unknown color: approx Venus. HEX triplet: 92, 73 and 7B. RGB value is (146,115,123). Sum of RGB (Red+Green+Blue) = 146+115+123=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 146 - color contains mainly: red. Hex color #92737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92737B is #6D8C84. Grayscale: #7D7D7D. Windows color (decimal): -7179397 or 8090514. OLE color: 8090514.

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

Color convert

RGB146115123-
CMYK00.210.160.43
HSL344.52º12.45%51.18%-
HSV(B)344.52º21.23%57.25%-
XYZ21.5619.821.42-
YUV125.18126.77142.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.02%
GREEN value IS 115 (45.31% from 255) = 29.95%
BLUE value IS 123 (48.44% from 255) = 32.03%
R=38.02%
G=29.95%
B=32.03%

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
Decimal14611512300.210.160.43344.5212.4551.18
Hex92737B015102B159c33
Octal22216317302520535311463
Binary1001001011100111111011010101100001010111010110011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92737B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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