#74616D

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

Shades of Salt Box #74616D

Tints of Salt Box #74616D

Color information

#74616D (or 0x74616D) is unknown color: approx Salt Box. HEX triplet: 74, 61 and 6D. RGB value is (116,97,109). Sum of RGB (Red+Green+Blue) = 116+97+109=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 116 - color contains mainly: red. Hex color #74616D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74616D is #8B9E92. Grayscale: #686868. Windows color (decimal): -9150099 or 7168372. OLE color: 7168372.

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

Color convert

RGB11697109-
CMYK00.160.060.55
HSL322.11º8.92%41.76%-
HSV(B)322.11º16.38%45.49%-
XYZ14.2413.3716.3-
YUV104.05130.79136.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.02%
GREEN value IS 97 (38.28% from 255) = 30.12%
BLUE value IS 109 (42.97% from 255) = 33.85%
R=36.02%
G=30.12%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1169710900.160.060.55322.118.9241.76
Hex74616D01063714292a
Octal1641411550206675021152
Binary1110100110000111011010100001101101111010000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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