#74606E

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

Shades of Salt Box #74606E

Tints of Salt Box #74606E

Color information

#74606E (or 0x74606E) is unknown color: approx Salt Box. HEX triplet: 74, 60 and 6E. RGB value is (116,96,110). Sum of RGB (Red+Green+Blue) = 116+96+110=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 116 - color contains mainly: red. Hex color #74606E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74606E is #8B9F91. Grayscale: #676767. Windows color (decimal): -9150354 or 7233652. OLE color: 7233652.

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

Color convert

RGB11696110-
CMYK00.170.050.55
HSL318º9.43%41.57%-
HSV(B)318º17.24%45.49%-
XYZ14.213.216.55-
YUV103.58131.63136.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.02%
GREEN value IS 96 (37.89% from 255) = 29.81%
BLUE value IS 110 (43.36% from 255) = 34.16%
R=36.02%
G=29.81%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1169611000.170.050.553189.4341.57
Hex74606E01153713e92a
Octal1641401560215674761152
Binary1110100110000011011100100011011101111001111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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