#745171

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

Shades of Salt Box #745171

Tints of Salt Box #745171

Color information

#745171 (or 0x745171) is unknown color: approx Salt Box. HEX triplet: 74, 51 and 71. RGB value is (116,81,113). Sum of RGB (Red+Green+Blue) = 116+81+113=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 116 - color contains mainly: red. Hex color #745171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745171 is #8BAE8E. Grayscale: #5F5F5F. Windows color (decimal): -9154191 or 7426420. OLE color: 7426420.

HSL color Cylindrical-coordinate representation of color #745171: hue angle of 305.14º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #745171 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11681113-
CMYK00.300.030.55
HSL305.14º17.77%38.63%-
HSV(B)305.14º30.17%45.49%-
XYZ13.1310.7917.01-
YUV95.11138.1142.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.42%
GREEN value IS 81 (32.03% from 255) = 26.13%
BLUE value IS 113 (44.53% from 255) = 36.45%
R=37.42%
G=26.13%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168111300.300.030.55305.1417.7738.63
Hex74517101E3371311227
Octal1641211610363674612247
Binary1110100101000111100010111101111011110011000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745171; }

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

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

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

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

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

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

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

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