#745071

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

Shades of Salt Box #745071

Tints of Salt Box #745071

Color information

#745071 (or 0x745071) is unknown color: approx Salt Box. HEX triplet: 74, 50 and 71. RGB value is (116,80,113). Sum of RGB (Red+Green+Blue) = 116+80+113=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 116 - color contains mainly: red. Hex color #745071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745071 is #8BAF8E. Grayscale: #5E5E5E. Windows color (decimal): -9154447 or 7426164. OLE color: 7426164.

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

Color convert

RGB11680113-
CMYK00.310.030.55
HSL305º18.37%38.43%-
HSV(B)305º31.03%45.49%-
XYZ13.0510.6416.99-
YUV94.53138.43143.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.54%
GREEN value IS 80 (31.64% from 255) = 25.89%
BLUE value IS 113 (44.53% from 255) = 36.57%
R=37.54%
G=25.89%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168011300.310.030.5530518.3738.43
Hex74507101F3371311226
Octal1641201610373674612246
Binary1110100101000011100010111111111011110011000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745071; }

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

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

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

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

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

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

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

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