#747270

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

Shades of Sandstone #747270

Tints of Sandstone #747270

Color information

#747270 (or 0x747270) is unknown color: approx Sandstone. HEX triplet: 74, 72 and 70. RGB value is (116,114,112). Sum of RGB (Red+Green+Blue) = 116+114+112=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 116 - color contains mainly: red. Hex color #747270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747270 is #8B8D8F. Grayscale: #727272. Windows color (decimal): -9145744 or 7369332. OLE color: 7369332.

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

Color convert

RGB116114112-
CMYK00.020.030.55
HSL30º1.75%44.71%-
HSV(B)30º3.45%45.49%-
XYZ16.1416.9217.74-
YUV114.37126.66129.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.92%
GREEN value IS 114 (44.92% from 255) = 33.33%
BLUE value IS 112 (44.14% from 255) = 32.75%
R=33.92%
G=33.33%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11611411200.020.030.55301.7544.71
Hex747270023371e22d
Octal1641621600236736255
Binary111010011100101110000010111101111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747270; }

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

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

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

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

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

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

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

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