#74536E

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

Shades of Salt Box #74536E

Tints of Salt Box #74536E

Color information

#74536E (or 0x74536E) is unknown color: approx Salt Box. HEX triplet: 74, 53 and 6E. RGB value is (116,83,110). Sum of RGB (Red+Green+Blue) = 116+83+110=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 116 - color contains mainly: red. Hex color #74536E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74536E is #8BAC91. Grayscale: #5F5F5F. Windows color (decimal): -9153682 or 7230324. OLE color: 7230324.

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

Color convert

RGB11683110-
CMYK00.280.050.55
HSL310.91º16.58%39.02%-
HSV(B)310.91º28.45%45.49%-
XYZ13.1111.0316.19-
YUV95.94135.93142.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.54%
GREEN value IS 83 (32.81% from 255) = 26.86%
BLUE value IS 110 (43.36% from 255) = 35.60%
R=37.54%
G=26.86%
B=35.60%

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
Decimal1168311000.280.050.55310.9116.5839.02
Hex74536E01C5371371127
Octal1641231560345674672147
Binary11101001010011110111001110010111011110011011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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