#744E71

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

Shades of Salt Box #744E71

Tints of Salt Box #744E71

Color information

#744E71 (or 0x744E71) is unknown color: approx Salt Box. HEX triplet: 74, 4E and 71. RGB value is (116,78,113). Sum of RGB (Red+Green+Blue) = 116+78+113=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 116 - color contains mainly: red. Hex color #744E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744E71 is #8BB18E. Grayscale: #5D5D5D. Windows color (decimal): -9154959 or 7425652. OLE color: 7425652.

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

Color convert

RGB11678113-
CMYK00.330.030.55
HSL304.74º19.59%38.04%-
HSV(B)304.74º32.76%45.49%-
XYZ12.9110.3516.94-
YUV93.35139.09144.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.79%
GREEN value IS 78 (30.86% from 255) = 25.41%
BLUE value IS 113 (44.53% from 255) = 36.81%
R=37.79%
G=25.41%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1167811300.330.030.55304.7419.5938.04
Hex744E710213371311426
Octal1641161610413674612446
Binary11101001001110111000101000011111011110011000110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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