#887761

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

Shades of Sand Dune #887761

Tints of Sand Dune #887761

Color information

#887761 (or 0x887761) is unknown color: approx Sand Dune. HEX triplet: 88, 77 and 61. RGB value is (136,119,97). Sum of RGB (Red+Green+Blue) = 136+119+97=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 136 - color contains mainly: red. Hex color #887761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887761 is #77889E. Grayscale: #797979. Windows color (decimal): -7833759 or 6387592. OLE color: 6387592.

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

Color convert

RGB13611997-
CMYK00.120.290.47
HSL33.85º16.74%45.69%-
HSV(B)33.85º28.68%53.33%-
XYZ18.9119.2914.04-
YUV121.57114.13138.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.64%
GREEN value IS 119 (46.88% from 255) = 33.81%
BLUE value IS 97 (38.28% from 255) = 27.56%
R=38.64%
G=33.81%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361199700.120.290.4733.8516.7445.69
Hex8877610C1D2F22112e
Octal2101671410143557422156
Binary1000100011101111100001011001110110111110001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887761; }

 p { color: rgb(136,119,97); }

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

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

 a { background-color: rgb(136,119,97); }

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

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

 span { border-color: rgb(136,119,97); }

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