#747069

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

Shades of Sandstone #747069

Tints of Sandstone #747069

Color information

#747069 (or 0x747069) is unknown color: approx Sandstone. HEX triplet: 74, 70 and 69. RGB value is (116,112,105). Sum of RGB (Red+Green+Blue) = 116+112+105=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 116 - color contains mainly: red. Hex color #747069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747069 is #8B8F96. Grayscale: #707070. Windows color (decimal): -9146263 or 6910068. OLE color: 6910068.

HSL color Cylindrical-coordinate representation of color #747069: hue angle of 38.18º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #747069 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB116112105-
CMYK00.030.090.55
HSL38.18º4.98%43.33%-
HSV(B)38.18º9.48%45.49%-
XYZ15.5516.3215.7-
YUV112.4123.83130.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.83%
GREEN value IS 112 (44.14% from 255) = 33.63%
BLUE value IS 105 (41.41% from 255) = 31.53%
R=34.83%
G=33.63%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11611210500.030.090.5538.184.9843.33
Hex747069039372652b
Octal16416015103116746553
Binary1110100111000011010010111001110111100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747069; }

 p { color: rgb(116,112,105); }

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

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

 a { background-color: rgb(116,112,105); }

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

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

 span { border-color: rgb(116,112,105); }

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