#8A7766

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

Shades of Sand Dune #8A7766

Tints of Sand Dune #8A7766

Color information

#8A7766 (or 0x8A7766) is unknown color: approx Sand Dune. HEX triplet: 8A, 77 and 66. RGB value is (138,119,102). Sum of RGB (Red+Green+Blue) = 138+119+102=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7766 is #758899. Grayscale: #7A7A7A. Windows color (decimal): -7702682 or 6715274. OLE color: 6715274.

HSL color Cylindrical-coordinate representation of color #8A7766: hue angle of 28.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A7766 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB138119102-
CMYK00.140.260.46
HSL28.33º15%47.06%-
HSV(B)28.33º26.09%54.12%-
XYZ19.4819.5615.32-
YUV122.74116.29138.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.44%
GREEN value IS 119 (46.88% from 255) = 33.15%
BLUE value IS 102 (40.23% from 255) = 28.41%
R=38.44%
G=33.15%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13811910200.140.260.4628.331547.06
Hex8A77660E1A2E1cf2f
Octal2121671460163256341757
Binary10001010111011111001100111011010101110111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,119,102); }

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

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

 a { background-color: rgb(138,119,102); }

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

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

 span { border-color: rgb(138,119,102); }

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