#87765F

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

Shades of Sand Dune #87765F

Tints of Sand Dune #87765F

Color information

#87765F (or 0x87765F) is unknown color: approx Sand Dune. HEX triplet: 87, 76 and 5F. RGB value is (135,118,95). Sum of RGB (Red+Green+Blue) = 135+118+95=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 135 - color contains mainly: red. Hex color #87765F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87765F is #7889A0. Grayscale: #787878. Windows color (decimal): -7899553 or 6256263. OLE color: 6256263.

HSL color Cylindrical-coordinate representation of color #87765F: hue angle of 34.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87765F is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB13511895-
CMYK00.130.300.47
HSL34.5º17.39%45.1%-
HSV(B)34.5º29.63%52.94%-
XYZ18.5418.9313.5-
YUV120.46113.63138.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.79%
GREEN value IS 118 (46.48% from 255) = 33.91%
BLUE value IS 95 (37.5% from 255) = 27.30%
R=38.79%
G=33.91%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351189500.130.300.4734.517.3945.1
Hex87765F0D1E2F22112d
Octal2071661370153657422155
Binary1000011111101101011111011011111010111110001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87765F; }

 p { color: rgb(135,118,95); }

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

<style>
 a { background-color: #87765F; }

 a { background-color: rgb(135,118,95); }

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

<style>
 span { border-color: #87765F; }

 span { border-color: rgb(135,118,95); }

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