#74566F

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

Shades of Salt Box #74566F

Tints of Salt Box #74566F

Color information

#74566F (or 0x74566F) is unknown color: approx Salt Box. HEX triplet: 74, 56 and 6F. RGB value is (116,86,111). Sum of RGB (Red+Green+Blue) = 116+86+111=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 116 - color contains mainly: red. Hex color #74566F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74566F is #8BA990. Grayscale: #616161. Windows color (decimal): -9152913 or 7296628. OLE color: 7296628.

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

Color convert

RGB11686111-
CMYK00.260.040.55
HSL310º14.85%39.61%-
HSV(B)310º25.86%45.49%-
XYZ13.411.5216.56-
YUV97.82135.44140.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.06%
GREEN value IS 86 (33.98% from 255) = 27.48%
BLUE value IS 111 (43.75% from 255) = 35.46%
R=37.06%
G=27.48%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168611100.260.040.5531014.8539.61
Hex74566F01A437136f28
Octal1641261570324674661750
Binary1110100101011011011110110101001101111001101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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