#74606D

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

Shades of Salt Box #74606D

Tints of Salt Box #74606D

Color information

#74606D (or 0x74606D) is unknown color: approx Salt Box. HEX triplet: 74, 60 and 6D. RGB value is (116,96,109). Sum of RGB (Red+Green+Blue) = 116+96+109=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 116 - color contains mainly: red. Hex color #74606D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74606D is #8B9F92. Grayscale: #676767. Windows color (decimal): -9150355 or 7168116. OLE color: 7168116.

HSL color Cylindrical-coordinate representation of color #74606D: hue angle of 321º 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 #74606D is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11696109-
CMYK00.170.060.55
HSL321º9.43%41.57%-
HSV(B)321º17.24%45.49%-
XYZ14.1513.1816.27-
YUV103.46131.13136.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.14%
GREEN value IS 96 (37.89% from 255) = 29.91%
BLUE value IS 109 (42.97% from 255) = 33.96%
R=36.14%
G=29.91%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1169610900.170.060.553219.4341.57
Hex74606D01163714192a
Octal1641401550216675011152
Binary1110100110000011011010100011101101111010000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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