#734F71

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

Shades of Salt Box #734F71

Tints of Salt Box #734F71

Color information

#734F71 (or 0x734F71) is unknown color: approx Salt Box. HEX triplet: 73, 4F and 71. RGB value is (115,79,113). Sum of RGB (Red+Green+Blue) = 115+79+113=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 115 - color contains mainly: red. Hex color #734F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734F71 is #8CB08E. Grayscale: #5D5D5D. Windows color (decimal): -9220239 or 7425907. OLE color: 7425907.

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

Color convert

RGB11579113-
CMYK00.310.020.55
HSL303.33º18.56%38.04%-
HSV(B)303.33º31.3%45.1%-
XYZ12.8510.4316.96-
YUV93.64138.93143.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.46%
GREEN value IS 79 (31.25% from 255) = 25.73%
BLUE value IS 113 (44.53% from 255) = 36.81%
R=37.46%
G=25.73%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157911300.310.020.55303.3318.5638.04
Hex734F7101F23712f1326
Octal1631171610372674572346
Binary1110011100111111100010111111011011110010111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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