#877A68

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

Shades of Sand Dune #877A68

Tints of Sand Dune #877A68

Color information

#877A68 (or 0x877A68) is unknown color: approx Sand Dune. HEX triplet: 87, 7A and 68. RGB value is (135,122,104). Sum of RGB (Red+Green+Blue) = 135+122+104=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 135 - color contains mainly: red. Hex color #877A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877A68 is #788597. Grayscale: #7B7B7B. Windows color (decimal): -7898520 or 6847111. OLE color: 6847111.

HSL color Cylindrical-coordinate representation of color #877A68: hue angle of 34.84º 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 #877A68 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB135122104-
CMYK00.100.230.47
HSL34.84º12.97%46.86%-
HSV(B)34.84º22.96%52.94%-
XYZ19.4520.0715.95-
YUV123.83116.81135.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.40%
GREEN value IS 122 (48.05% from 255) = 33.80%
BLUE value IS 104 (41.02% from 255) = 28.81%
R=37.40%
G=33.80%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512210400.100.230.4734.8412.9746.86
Hex877A680A172F23d2f
Octal2071721500122757431557
Binary100001111111010110100001010101111011111000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877A68; }

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

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

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

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

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

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

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

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