#87746A

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

Shades of Sand Dune #87746A

Tints of Sand Dune #87746A

Color information

#87746A (or 0x87746A) is unknown color: approx Sand Dune. HEX triplet: 87, 74 and 6A. RGB value is (135,116,106). Sum of RGB (Red+Green+Blue) = 135+116+106=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 135 - color contains mainly: red. Hex color #87746A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87746A is #788B95. Grayscale: #787878. Windows color (decimal): -7900054 or 6976647. OLE color: 6976647.

HSL color Cylindrical-coordinate representation of color #87746A: hue angle of 20.69º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #87746A is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB135116106-
CMYK00.140.210.47
HSL20.69º12.03%47.25%-
HSV(B)20.69º21.48%52.94%-
XYZ18.8418.6816.25-
YUV120.54119.79138.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.82%
GREEN value IS 116 (45.70% from 255) = 32.49%
BLUE value IS 106 (41.80% from 255) = 29.69%
R=37.82%
G=32.49%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511610600.140.210.4720.6912.0347.25
Hex87746A0E152F15c2f
Octal2071641520162557251457
Binary10000111111010011010100111010101101111101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87746A; }

 p { color: rgb(135,116,106); }

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

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

 a { background-color: rgb(135,116,106); }

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

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

 span { border-color: rgb(135,116,106); }

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