#744C6B

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

Shades of Salt Box #744C6B

Tints of Salt Box #744C6B

Color information

#744C6B (or 0x744C6B) is unknown color: approx Salt Box. HEX triplet: 74, 4C and 6B. RGB value is (116,76,107). Sum of RGB (Red+Green+Blue) = 116+76+107=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 116 - color contains mainly: red. Hex color #744C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744C6B is #8BB394. Grayscale: #5B5B5B. Windows color (decimal): -9155477 or 7031924. OLE color: 7031924.

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

Color convert

RGB11676107-
CMYK00.340.080.55
HSL313.5º20.83%37.65%-
HSV(B)313.5º34.48%45.49%-
XYZ12.449.9415.17-
YUV91.49136.75145.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.80%
GREEN value IS 76 (30.08% from 255) = 25.42%
BLUE value IS 107 (42.19% from 255) = 35.79%
R=38.80%
G=25.42%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1167610700.340.080.55313.520.8337.65
Hex744C6B02283713a1526
Octal16411415304210674722546
Binary1110100100110011010110100010100011011110011101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,76,107); }

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

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

 a { background-color: rgb(116,76,107); }

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

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

 span { border-color: rgb(116,76,107); }

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