#87756A

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

Shades of Sand Dune #87756A

Tints of Sand Dune #87756A

Color information

#87756A (or 0x87756A) is unknown color: approx Sand Dune. HEX triplet: 87, 75 and 6A. RGB value is (135,117,106). Sum of RGB (Red+Green+Blue) = 135+117+106=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 135 - color contains mainly: red. Hex color #87756A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87756A is #788A95. Grayscale: #797979. Windows color (decimal): -7899798 or 6976903. OLE color: 6976903.

HSL color Cylindrical-coordinate representation of color #87756A: hue angle of 22.76º 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 #87756A is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB135117106-
CMYK00.130.210.47
HSL22.76º12.03%47.25%-
HSV(B)22.76º21.48%52.94%-
XYZ18.9518.9116.29-
YUV121.13119.46137.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.71%
GREEN value IS 117 (46.09% from 255) = 32.68%
BLUE value IS 106 (41.80% from 255) = 29.61%
R=37.71%
G=32.68%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511710600.130.210.4722.7612.0347.25
Hex87756A0D152F17c2f
Octal2071651520152557271457
Binary10000111111010111010100110110101101111101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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