#745C6E

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

Shades of Salt Box #745C6E

Tints of Salt Box #745C6E

Color information

#745C6E (or 0x745C6E) is unknown color: approx Salt Box. HEX triplet: 74, 5C and 6E. RGB value is (116,92,110). Sum of RGB (Red+Green+Blue) = 116+92+110=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 116 - color contains mainly: red. Hex color #745C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C6E is #8BA391. Grayscale: #656565. Windows color (decimal): -9151378 or 7232628. OLE color: 7232628.

HSL color Cylindrical-coordinate representation of color #745C6E: hue angle of 315º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #745C6E is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11692110-
CMYK00.210.050.55
HSL315º11.54%40.78%-
HSV(B)315º20.69%45.49%-
XYZ13.8412.4916.43-
YUV101.23132.95138.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.48%
GREEN value IS 92 (36.33% from 255) = 28.93%
BLUE value IS 110 (43.36% from 255) = 34.59%
R=36.48%
G=28.93%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1169211000.210.050.5531511.5440.78
Hex745C6E01553713bc29
Octal1641341560255674731451
Binary1110100101110011011100101011011101111001110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745C6E; }

 p { color: rgb(116,92,110); }

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

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

 a { background-color: rgb(116,92,110); }

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

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

 span { border-color: rgb(116,92,110); }

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