#746A5C

Color #746A5C Sandstone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandstone #746A5C

Tints of Sandstone #746A5C

Color information

#746A5C (or 0x746A5C) is unknown color: approx Sandstone. HEX triplet: 74, 6A and 5C. RGB value is (116,106,92). Sum of RGB (Red+Green+Blue) = 116+106+92=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 116 - color contains mainly: red. Hex color #746A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746A5C is #8B95A3. Grayscale: #6B6B6B. Windows color (decimal): -9147812 or 6056564. OLE color: 6056564.

HSL color Cylindrical-coordinate representation of color #746A5C: hue angle of 35º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #746A5C is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB11610692-
CMYK00.090.210.55
HSL35º11.54%40.78%-
HSV(B)35º20.69%45.49%-
XYZ14.2914.7912.23-
YUV107.39119.31134.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.94%
GREEN value IS 106 (41.80% from 255) = 33.76%
BLUE value IS 92 (36.33% from 255) = 29.30%
R=36.94%
G=33.76%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161069200.090.210.553511.5440.78
Hex746A5C09153723c29
Octal1641521340112567431451
Binary11101001101010101110001001101011101111000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746A5C; }

 p { color: rgb(116,106,92); }

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

<style>
 a { background-color: #746A5C; }

 a { background-color: rgb(116,106,92); }

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

<style>
 span { border-color: #746A5C; }

 span { border-color: rgb(116,106,92); }

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