#74616E

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

Shades of Salt Box #74616E

Tints of Salt Box #74616E

Color information

#74616E (or 0x74616E) is unknown color: approx Salt Box. HEX triplet: 74, 61 and 6E. RGB value is (116,97,110). Sum of RGB (Red+Green+Blue) = 116+97+110=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 116 - color contains mainly: red. Hex color #74616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74616E is #8B9E91. Grayscale: #686868. Windows color (decimal): -9150098 or 7233908. OLE color: 7233908.

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

Color convert

RGB11697110-
CMYK00.160.050.55
HSL318.95º8.92%41.76%-
HSV(B)318.95º16.38%45.49%-
XYZ14.2913.3916.58-
YUV104.16131.29136.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.91%
GREEN value IS 97 (38.28% from 255) = 30.03%
BLUE value IS 110 (43.36% from 255) = 34.06%
R=35.91%
G=30.03%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1169711000.160.050.55318.958.9241.76
Hex74616E01053713f92a
Octal1641411560205674771152
Binary1110100110000111011100100001011101111001111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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