#74566B

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

Shades of Salt Box #74566B

Tints of Salt Box #74566B

Color information

#74566B (or 0x74566B) is unknown color: approx Salt Box. HEX triplet: 74, 56 and 6B. RGB value is (116,86,107). Sum of RGB (Red+Green+Blue) = 116+86+107=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 116 - color contains mainly: red. Hex color #74566B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74566B is #8BA994. Grayscale: #616161. Windows color (decimal): -9152917 or 7034484. OLE color: 7034484.

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

Color convert

RGB11686107-
CMYK00.260.080.55
HSL318º14.85%39.61%-
HSV(B)318º25.86%45.49%-
XYZ13.1811.4315.42-
YUV97.36133.44141.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.54%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 107 (42.19% from 255) = 34.63%
R=37.54%
G=27.83%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168610700.260.080.5531814.8539.61
Hex74566B01A83713ef28
Octal16412615303210674761750
Binary11101001010110110101101101010001101111001111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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