#745271

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

Shades of Salt Box #745271

Tints of Salt Box #745271

Color information

#745271 (or 0x745271) is unknown color: approx Salt Box. HEX triplet: 74, 52 and 71. RGB value is (116,82,113). Sum of RGB (Red+Green+Blue) = 116+82+113=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 116 - color contains mainly: red. Hex color #745271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745271 is #8BAD8E. Grayscale: #5F5F5F. Windows color (decimal): -9153935 or 7426676. OLE color: 7426676.

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

Color convert

RGB11682113-
CMYK00.290.030.55
HSL305.29º17.17%38.82%-
HSV(B)305.29º29.31%45.49%-
XYZ13.210.9417.04-
YUV95.7137.76142.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.30%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 113 (44.53% from 255) = 36.33%
R=37.30%
G=26.37%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168211300.290.030.55305.2917.1738.82
Hex74527101D3371311127
Octal1641221610353674612147
Binary1110100101001011100010111011111011110011000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745271; }

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

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

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

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

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

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

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

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