#74556A

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

Shades of Salt Box #74556A

Tints of Salt Box #74556A

Color information

#74556A (or 0x74556A) is unknown color: approx Salt Box. HEX triplet: 74, 55 and 6A. RGB value is (116,85,106). Sum of RGB (Red+Green+Blue) = 116+85+106=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 116 - color contains mainly: red. Hex color #74556A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74556A is #8BAA95. Grayscale: #606060. Windows color (decimal): -9153174 or 6968692. OLE color: 6968692.

HSL color Cylindrical-coordinate representation of color #74556A: hue angle of 319.35º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74556A is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB11685106-
CMYK00.270.090.55
HSL319.35º15.42%39.41%-
HSV(B)319.35º26.72%45.49%-
XYZ13.0511.2515.12-
YUV96.66133.27141.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.79%
GREEN value IS 85 (33.59% from 255) = 27.69%
BLUE value IS 106 (41.80% from 255) = 34.53%
R=37.79%
G=27.69%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168510600.270.090.55319.3515.4239.41
Hex74556A01B93713ff27
Octal16412515203311674771747
Binary11101001010101110101001101110011101111001111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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