#8E7764

Color #8E7764 Sand Dune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sand Dune #8E7764

Tints of Sand Dune #8E7764

Color information

#8E7764 (or 0x8E7764) is unknown color: approx Sand Dune. HEX triplet: 8E, 77 and 64. RGB value is (142,119,100). Sum of RGB (Red+Green+Blue) = 142+119+100=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7764 is #71889B. Grayscale: #7B7B7B. Windows color (decimal): -7440540 or 6584206. OLE color: 6584206.

HSL color Cylindrical-coordinate representation of color #8E7764: hue angle of 27.14º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E7764 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB142119100-
CMYK00.160.300.44
HSL27.14º17.36%47.45%-
HSV(B)27.14º29.58%55.69%-
XYZ20.0519.8614.83-
YUV123.71114.62141.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.34%
GREEN value IS 119 (46.88% from 255) = 32.96%
BLUE value IS 100 (39.45% from 255) = 27.70%
R=39.34%
G=32.96%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211910000.160.300.4427.1417.3647.45
Hex8E77640101E2C1b112f
Octal2161671440203654332157
Binary1000111011101111100100010000111101011001101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E7764; }

 p { color: rgb(142,119,100); }

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

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

 a { background-color: rgb(142,119,100); }

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

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

 span { border-color: rgb(142,119,100); }

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