#745671

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

Shades of Salt Box #745671

Tints of Salt Box #745671

Color information

#745671 (or 0x745671) is unknown color: approx Salt Box. HEX triplet: 74, 56 and 71. RGB value is (116,86,113). Sum of RGB (Red+Green+Blue) = 116+86+113=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 116 - color contains mainly: red. Hex color #745671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745671 is #8BA98E. Grayscale: #616161. Windows color (decimal): -9152911 or 7427700. OLE color: 7427700.

HSL color Cylindrical-coordinate representation of color #745671: hue angle of 306º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #745671 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11686113-
CMYK00.260.030.55
HSL306º14.85%39.61%-
HSV(B)306º25.86%45.49%-
XYZ13.5111.5617.14-
YUV98.05136.44140.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.83%
GREEN value IS 86 (33.98% from 255) = 27.30%
BLUE value IS 113 (44.53% from 255) = 35.87%
R=36.83%
G=27.30%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168611300.260.030.5530614.8539.61
Hex74567101A337132f28
Octal1641261610323674621750
Binary111010010101101110001011010111101111001100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745671; }

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

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

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

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

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

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

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

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