#745070

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

Shades of Salt Box #745070

Tints of Salt Box #745070

Color information

#745070 (or 0x745070) is unknown color: approx Salt Box. HEX triplet: 74, 50 and 70. RGB value is (116,80,112). Sum of RGB (Red+Green+Blue) = 116+80+112=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 116 - color contains mainly: red. Hex color #745070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745070 is #8BAF8F. Grayscale: #5E5E5E. Windows color (decimal): -9154448 or 7360628. OLE color: 7360628.

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

Color convert

RGB11680112-
CMYK00.310.030.55
HSL306.67º18.37%38.43%-
HSV(B)306.67º31.03%45.49%-
XYZ1310.6216.69-
YUV94.41137.93143.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.66%
GREEN value IS 80 (31.64% from 255) = 25.97%
BLUE value IS 112 (44.14% from 255) = 36.36%
R=37.66%
G=25.97%
B=36.36%

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
Decimal1168011200.310.030.55306.6718.3738.43
Hex74507001F3371331226
Octal1641201600373674632246
Binary1110100101000011100000111111111011110011001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745070; }

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

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

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

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

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

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

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

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