#747372

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

Shades of Sandstone #747372

Tints of Sandstone #747372

Color information

#747372 (or 0x747372) is unknown color: approx Sandstone. HEX triplet: 74, 73 and 72. RGB value is (116,115,114). Sum of RGB (Red+Green+Blue) = 116+115+114=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 116 - color contains mainly: red. Hex color #747372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747372 is #8B8C8D. Grayscale: #737373. Windows color (decimal): -9145486 or 7500660. OLE color: 7500660.

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

Color convert

RGB116115114-
CMYK00.010.020.55
HSL30º0.87%45.1%-
HSV(B)30º1.72%45.49%-
XYZ16.3717.1918.37-
YUV115.18127.33128.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.62%
GREEN value IS 115 (45.31% from 255) = 33.33%
BLUE value IS 114 (44.92% from 255) = 33.04%
R=33.62%
G=33.33%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11611511400.010.020.55300.8745.1
Hex747372012371e12d
Octal1641631620126736155
Binary1110100111001111100100110110111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747372; }

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

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

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

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

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

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

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

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