#877868

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

Shades of Sand Dune #877868

Tints of Sand Dune #877868

Color information

#877868 (or 0x877868) is unknown color: approx Sand Dune. HEX triplet: 87, 78 and 68. RGB value is (135,120,104). Sum of RGB (Red+Green+Blue) = 135+120+104=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 135 - color contains mainly: red. Hex color #877868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877868 is #788797. Grayscale: #7A7A7A. Windows color (decimal): -7899032 or 6846599. OLE color: 6846599.

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

Color convert

RGB135120104-
CMYK00.110.230.47
HSL30.97º12.97%46.86%-
HSV(B)30.97º22.96%52.94%-
XYZ19.2119.5815.86-
YUV122.66117.47136.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.60%
GREEN value IS 120 (47.27% from 255) = 33.43%
BLUE value IS 104 (41.02% from 255) = 28.97%
R=37.60%
G=33.43%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512010400.110.230.4730.9712.9746.86
Hex8778680B172F1fd2f
Octal2071701500132757371557
Binary10000111111100011010000101110111101111111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877868; }

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

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

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

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

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

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

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

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