#87776A

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

Shades of Sand Dune #87776A

Tints of Sand Dune #87776A

Color information

#87776A (or 0x87776A) is unknown color: approx Sand Dune. HEX triplet: 87, 77 and 6A. RGB value is (135,119,106). Sum of RGB (Red+Green+Blue) = 135+119+106=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 135 - color contains mainly: red. Hex color #87776A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87776A is #788895. Grayscale: #7A7A7A. Windows color (decimal): -7899286 or 6977415. OLE color: 6977415.

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

Color convert

RGB135119106-
CMYK00.120.210.47
HSL26.9º12.03%47.25%-
HSV(B)26.9º21.48%52.94%-
XYZ19.1919.3916.37-
YUV122.3118.8137.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.5%
GREEN value IS 119 (46.88% from 255) = 33.06%
BLUE value IS 106 (41.80% from 255) = 29.44%
R=37.5%
G=33.06%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511910600.120.210.4726.912.0347.25
Hex87776A0C152F1bc2f
Octal2071671520142557331457
Binary10000111111011111010100110010101101111110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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