#887A6A

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

Shades of Sand Dune #887A6A

Tints of Sand Dune #887A6A

Color information

#887A6A (or 0x887A6A) is unknown color: approx Sand Dune. HEX triplet: 88, 7A and 6A. RGB value is (136,122,106). Sum of RGB (Red+Green+Blue) = 136+122+106=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 136 - color contains mainly: red. Hex color #887A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887A6A is #778595. Grayscale: #7C7C7C. Windows color (decimal): -7832982 or 6978184. OLE color: 6978184.

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

Color convert

RGB136122106-
CMYK00.100.220.47
HSL32º12.4%47.45%-
HSV(B)32º22.06%53.33%-
XYZ19.7120.1916.49-
YUV124.36117.64136.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.36%
GREEN value IS 122 (48.05% from 255) = 33.52%
BLUE value IS 106 (41.80% from 255) = 29.12%
R=37.36%
G=33.52%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612210600.100.220.473212.447.45
Hex887A6A0A162F20c2f
Octal2101721520122657401457
Binary100010001111010110101001010101101011111000001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887A6A; }

 p { color: rgb(136,122,106); }

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

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

 a { background-color: rgb(136,122,106); }

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

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

 span { border-color: rgb(136,122,106); }

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