#877260

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

Shades of Sand Dune #877260

Tints of Sand Dune #877260

Color information

#877260 (or 0x877260) is unknown color: approx Sand Dune. HEX triplet: 87, 72 and 60. RGB value is (135,114,96). Sum of RGB (Red+Green+Blue) = 135+114+96=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 135 - color contains mainly: red. Hex color #877260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877260 is #788D9F. Grayscale: #767676. Windows color (decimal): -7900576 or 6320775. OLE color: 6320775.

HSL color Cylindrical-coordinate representation of color #877260: hue angle of 27.69º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #877260 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB13511496-
CMYK00.160.290.47
HSL27.69º16.88%45.29%-
HSV(B)27.69º28.89%52.94%-
XYZ18.1218.0313.59-
YUV118.23115.46139.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.13%
GREEN value IS 114 (44.92% from 255) = 33.04%
BLUE value IS 96 (37.89% from 255) = 27.83%
R=39.13%
G=33.04%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351149600.160.290.4727.6916.8845.29
Hex8772600101D2F1c112d
Octal2071621400203557342155
Binary1000011111100101100000010000111011011111110010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877260; }

 p { color: rgb(135,114,96); }

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

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

 a { background-color: rgb(135,114,96); }

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

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

 span { border-color: rgb(135,114,96); }

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