#87796A

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

Shades of Sand Dune #87796A

Tints of Sand Dune #87796A

Color information

#87796A (or 0x87796A) is unknown color: approx Sand Dune. HEX triplet: 87, 79 and 6A. RGB value is (135,121,106). Sum of RGB (Red+Green+Blue) = 135+121+106=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 135 - color contains mainly: red. Hex color #87796A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87796A is #788695. Grayscale: #7B7B7B. Windows color (decimal): -7898774 or 6977927. OLE color: 6977927.

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

Color convert

RGB135121106-
CMYK00.100.210.47
HSL31.03º12.03%47.25%-
HSV(B)31.03º21.48%52.94%-
XYZ19.4319.8716.45-
YUV123.48118.14136.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.29%
GREEN value IS 121 (47.66% from 255) = 33.43%
BLUE value IS 106 (41.80% from 255) = 29.28%
R=37.29%
G=33.43%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512110600.100.210.4731.0312.0347.25
Hex87796A0A152F1fc2f
Octal2071711520122557371457
Binary10000111111100111010100101010101101111111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87796A; }

 p { color: rgb(135,121,106); }

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

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

 a { background-color: rgb(135,121,106); }

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

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

 span { border-color: rgb(135,121,106); }

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