#74566E

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

Shades of Salt Box #74566E

Tints of Salt Box #74566E

Color information

#74566E (or 0x74566E) is unknown color: approx Salt Box. HEX triplet: 74, 56 and 6E. RGB value is (116,86,110). Sum of RGB (Red+Green+Blue) = 116+86+110=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 116 - color contains mainly: red. Hex color #74566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74566E is #8BA991. Grayscale: #616161. Windows color (decimal): -9152914 or 7231092. OLE color: 7231092.

HSL color Cylindrical-coordinate representation of color #74566E: hue angle of 312º 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 #74566E is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11686110-
CMYK00.260.050.55
HSL312º14.85%39.61%-
HSV(B)312º25.86%45.49%-
XYZ13.3411.4916.27-
YUV97.71134.94141.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.18%
GREEN value IS 86 (33.98% from 255) = 27.56%
BLUE value IS 110 (43.36% from 255) = 35.26%
R=37.18%
G=27.56%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168611000.260.050.5531214.8539.61
Hex74566E01A537138f28
Octal1641261560325674701750
Binary1110100101011011011100110101011101111001110001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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