#734E71

Color #734E71 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #734E71

Tints of Salt Box #734E71

Color information

#734E71 (or 0x734E71) is unknown color: approx Salt Box. HEX triplet: 73, 4E and 71. RGB value is (115,78,113). Sum of RGB (Red+Green+Blue) = 115+78+113=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 115 - color contains mainly: red. Hex color #734E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734E71 is #8CB18E. Grayscale: #5C5C5C. Windows color (decimal): -9220495 or 7425651. OLE color: 7425651.

HSL color Cylindrical-coordinate representation of color #734E71: hue angle of 303.24º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #734E71 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11578113-
CMYK00.320.020.55
HSL303.24º19.17%37.84%-
HSV(B)303.24º32.17%45.1%-
XYZ12.7810.2916.93-
YUV93.05139.26143.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.58%
GREEN value IS 78 (30.86% from 255) = 25.49%
BLUE value IS 113 (44.53% from 255) = 36.93%
R=37.58%
G=25.49%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157811300.320.020.55303.2419.1737.84
Hex734E7102023712f1326
Octal1631161610402674572346
Binary11100111001110111000101000001011011110010111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734E71; }

 p { color: rgb(115,78,113); }

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

<style>
 a { background-color: #734E71; }

 a { background-color: rgb(115,78,113); }

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

<style>
 span { border-color: #734E71; }

 span { border-color: rgb(115,78,113); }

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