#74546A

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

Shades of Salt Box #74546A

Tints of Salt Box #74546A

Color information

#74546A (or 0x74546A) is unknown color: approx Salt Box. HEX triplet: 74, 54 and 6A. RGB value is (116,84,106). Sum of RGB (Red+Green+Blue) = 116+84+106=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 116 - color contains mainly: red. Hex color #74546A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74546A is #8BAB95. Grayscale: #606060. Windows color (decimal): -9153430 or 6968436. OLE color: 6968436.

HSL color Cylindrical-coordinate representation of color #74546A: hue angle of 318.75º 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 #74546A is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB11684106-
CMYK00.280.090.55
HSL318.75º16%39.22%-
HSV(B)318.75º27.59%45.49%-
XYZ12.9711.0915.09-
YUV96.08133.6142.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.91%
GREEN value IS 84 (33.20% from 255) = 27.45%
BLUE value IS 106 (41.80% from 255) = 34.64%
R=37.91%
G=27.45%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168410600.280.090.55318.751639.22
Hex74546A01C93713f1027
Octal16412415203411674772047
Binary111010010101001101010011100100111011110011111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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