#745670

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

Shades of Salt Box #745670

Tints of Salt Box #745670

Color information

#745670 (or 0x745670) is unknown color: approx Salt Box. HEX triplet: 74, 56 and 70. RGB value is (116,86,112). Sum of RGB (Red+Green+Blue) = 116+86+112=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 116 - color contains mainly: red. Hex color #745670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745670 is #8BA98F. Grayscale: #616161. Windows color (decimal): -9152912 or 7362164. OLE color: 7362164.

HSL color Cylindrical-coordinate representation of color #745670: hue angle of 308º 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 #745670 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11686112-
CMYK00.260.030.55
HSL308º14.85%39.61%-
HSV(B)308º25.86%45.49%-
XYZ13.4511.5416.85-
YUV97.93135.94140.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.94%
GREEN value IS 86 (33.98% from 255) = 27.39%
BLUE value IS 112 (44.14% from 255) = 35.67%
R=36.94%
G=27.39%
B=35.67%

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
Decimal1168611200.260.030.5530814.8539.61
Hex74567001A337134f28
Octal1641261600323674641750
Binary111010010101101110000011010111101111001101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745670; }

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

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

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

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

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

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

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

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