#74546E

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

Shades of Salt Box #74546E

Tints of Salt Box #74546E

Color information

#74546E (or 0x74546E) is unknown color: approx Salt Box. HEX triplet: 74, 54 and 6E. RGB value is (116,84,110). Sum of RGB (Red+Green+Blue) = 116+84+110=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 116 - color contains mainly: red. Hex color #74546E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74546E is #8BAB91. Grayscale: #606060. Windows color (decimal): -9153426 or 7230580. OLE color: 7230580.

HSL color Cylindrical-coordinate representation of color #74546E: hue angle of 311.25º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #74546E is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11684110-
CMYK00.280.050.55
HSL311.25º16%39.22%-
HSV(B)311.25º27.59%45.49%-
XYZ13.1911.1816.21-
YUV96.53135.6141.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.42%
GREEN value IS 84 (33.20% from 255) = 27.10%
BLUE value IS 110 (43.36% from 255) = 35.48%
R=37.42%
G=27.10%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168411000.280.050.55311.251639.22
Hex74546E01C5371371027
Octal1641241560345674672047
Binary11101001010100110111001110010111011110011011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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