#74636E

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

Shades of Salt Box #74636E

Tints of Salt Box #74636E

Color information

#74636E (or 0x74636E) is unknown color: approx Salt Box. HEX triplet: 74, 63 and 6E. RGB value is (116,99,110). Sum of RGB (Red+Green+Blue) = 116+99+110=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 116 - color contains mainly: red. Hex color #74636E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74636E is #8B9C91. Grayscale: #696969. Windows color (decimal): -9149586 or 7234420. OLE color: 7234420.

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

Color convert

RGB11699110-
CMYK00.150.050.55
HSL321.18º7.91%42.16%-
HSV(B)321.18º14.66%45.49%-
XYZ14.4813.7616.65-
YUV105.34130.63135.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.69%
GREEN value IS 99 (39.06% from 255) = 30.46%
BLUE value IS 110 (43.36% from 255) = 33.85%
R=35.69%
G=30.46%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1169911000.150.050.55321.187.9142.16
Hex74636E0F53714182a
Octal1641431560175675011052
Binary111010011000111101110011111011101111010000011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74636E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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