#887868

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

Shades of Sand Dune #887868

Tints of Sand Dune #887868

Color information

#887868 (or 0x887868) is unknown color: approx Sand Dune. HEX triplet: 88, 78 and 68. RGB value is (136,120,104). Sum of RGB (Red+Green+Blue) = 136+120+104=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 136 - color contains mainly: red. Hex color #887868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887868 is #778797. Grayscale: #7B7B7B. Windows color (decimal): -7833496 or 6846600. OLE color: 6846600.

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

Color convert

RGB136120104-
CMYK00.120.240.47
HSL30º13.33%47.06%-
HSV(B)30º23.53%53.33%-
XYZ19.3719.6715.87-
YUV122.96117.3137.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.78%
GREEN value IS 120 (47.27% from 255) = 33.33%
BLUE value IS 104 (41.02% from 255) = 28.89%
R=37.78%
G=33.33%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612010400.120.240.473013.3347.06
Hex8878680C182F1ed2f
Octal2101701500143057361557
Binary10001000111100011010000110011000101111111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887868; }

 p { color: rgb(136,120,104); }

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

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

 a { background-color: rgb(136,120,104); }

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

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

 span { border-color: rgb(136,120,104); }

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