#746F6B

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

Shades of Sandstone #746F6B

Tints of Sandstone #746F6B

Color information

#746F6B (or 0x746F6B) is unknown color: approx Sandstone. HEX triplet: 74, 6F and 6B. RGB value is (116,111,107). Sum of RGB (Red+Green+Blue) = 116+111+107=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 116 - color contains mainly: red. Hex color #746F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F6B is #8B9094. Grayscale: #707070. Windows color (decimal): -9146517 or 7040884. OLE color: 7040884.

HSL color Cylindrical-coordinate representation of color #746F6B: hue angle of 26.67º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #746F6B is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB116111107-
CMYK00.040.080.55
HSL26.67º4.04%43.73%-
HSV(B)26.67º7.76%45.49%-
XYZ15.5416.1416.21-
YUV112.04125.16130.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.73%
GREEN value IS 111 (43.75% from 255) = 33.23%
BLUE value IS 107 (42.19% from 255) = 32.04%
R=34.73%
G=33.23%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11611110700.040.080.5526.674.0443.73
Hex746F6B048371b42c
Octal16415715304106733454
Binary1110100110111111010110100100011011111011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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