#93727E

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

Shades of Venus #93727E

Tints of Venus #93727E

Color information

#93727E (or 0x93727E) is unknown color: approx Venus. HEX triplet: 93, 72 and 7E. RGB value is (147,114,126). Sum of RGB (Red+Green+Blue) = 147+114+126=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 147 - color contains mainly: red. Hex color #93727E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93727E is #6C8D81. Grayscale: #7D7D7D. Windows color (decimal): -7114114 or 8286867. OLE color: 8286867.

HSL color Cylindrical-coordinate representation of color #93727E: hue angle of 338.18º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93727E is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB147114126-
CMYK00.220.140.42
HSL338.18º13.25%51.18%-
HSV(B)338.18º22.45%57.65%-
XYZ21.8219.7422.4-
YUV125.23128.43143.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.98%
GREEN value IS 114 (44.92% from 255) = 29.46%
BLUE value IS 126 (49.61% from 255) = 32.56%
R=37.98%
G=29.46%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711412600.220.140.42338.1813.2551.18
Hex93727E016E2A152d33
Octal22316217602616525221563
Binary100100111110010111111001011011101010101010100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93727E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93727E; }

 p { color: rgb(147,114,126); }

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

<style>
 a { background-color: #93727E; }

 a { background-color: rgb(147,114,126); }

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

<style>
 span { border-color: #93727E; }

 span { border-color: rgb(147,114,126); }

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