#745870

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

Shades of Salt Box #745870

Tints of Salt Box #745870

Color information

#745870 (or 0x745870) is unknown color: approx Salt Box. HEX triplet: 74, 58 and 70. RGB value is (116,88,112). Sum of RGB (Red+Green+Blue) = 116+88+112=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 116 - color contains mainly: red. Hex color #745870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745870 is #8BA78F. Grayscale: #636363. Windows color (decimal): -9152400 or 7362676. OLE color: 7362676.

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

Color convert

RGB11688112-
CMYK00.240.030.55
HSL308.57º13.73%40%-
HSV(B)308.57º24.14%45.49%-
XYZ13.6211.8616.9-
YUV99.11135.28140.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.71%
GREEN value IS 88 (34.77% from 255) = 27.85%
BLUE value IS 112 (44.14% from 255) = 35.44%
R=36.71%
G=27.85%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168811200.240.030.55308.5713.7340
Hex745870018337135e28
Octal1641301600303674651650
Binary111010010110001110000011000111101111001101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745870; }

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

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

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

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

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

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

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

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