#74556F

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

Shades of Salt Box #74556F

Tints of Salt Box #74556F

Color information

#74556F (or 0x74556F) is unknown color: approx Salt Box. HEX triplet: 74, 55 and 6F. RGB value is (116,85,111). Sum of RGB (Red+Green+Blue) = 116+85+111=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 116 - color contains mainly: red. Hex color #74556F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74556F is #8BAA90. Grayscale: #616161. Windows color (decimal): -9153169 or 7296372. OLE color: 7296372.

HSL color Cylindrical-coordinate representation of color #74556F: hue angle of 309.68º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74556F is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11685111-
CMYK00.270.040.55
HSL309.68º15.42%39.41%-
HSV(B)309.68º26.72%45.49%-
XYZ13.3211.3616.53-
YUV97.23135.77141.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.18%
GREEN value IS 85 (33.59% from 255) = 27.24%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=37.18%
G=27.24%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168511100.270.040.55309.6815.4239.41
Hex74556F01B437136f27
Octal1641251570334674661747
Binary1110100101010111011110110111001101111001101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74556F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74556F; }

 p { color: rgb(116,85,111); }

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

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

 a { background-color: rgb(116,85,111); }

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

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

 span { border-color: rgb(116,85,111); }

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