#74636F

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

Shades of Salt Box #74636F

Tints of Salt Box #74636F

Color information

#74636F (or 0x74636F) is unknown color: approx Salt Box. HEX triplet: 74, 63 and 6F. RGB value is (116,99,111). Sum of RGB (Red+Green+Blue) = 116+99+111=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 116 - color contains mainly: red. Hex color #74636F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74636F is #8B9C90. Grayscale: #696969. Windows color (decimal): -9149585 or 7299956. OLE color: 7299956.

HSL color Cylindrical-coordinate representation of color #74636F: hue angle of 317.65º 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 #74636F is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11699111-
CMYK00.150.040.55
HSL317.65º7.91%42.16%-
HSV(B)317.65º14.66%45.49%-
XYZ14.5313.7816.93-
YUV105.45131.13135.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.58%
GREEN value IS 99 (39.06% from 255) = 30.37%
BLUE value IS 111 (43.75% from 255) = 34.05%
R=35.58%
G=30.37%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1169911100.150.040.55317.657.9142.16
Hex74636F0F43713e82a
Octal1641431570174674761052
Binary111010011000111101111011111001101111001111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74636F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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