#877760

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

Shades of Sand Dune #877760

Tints of Sand Dune #877760

Color information

#877760 (or 0x877760) is unknown color: approx Sand Dune. HEX triplet: 87, 77 and 60. RGB value is (135,119,96). Sum of RGB (Red+Green+Blue) = 135+119+96=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 135 - color contains mainly: red. Hex color #877760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877760 is #78889F. Grayscale: #797979. Windows color (decimal): -7899296 or 6322055. OLE color: 6322055.

HSL color Cylindrical-coordinate representation of color #877760: hue angle of 35.38º 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 #877760 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB13511996-
CMYK00.120.290.47
HSL35.38º16.88%45.29%-
HSV(B)35.38º28.89%52.94%-
XYZ18.719.1913.78-
YUV121.16113.8137.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.57%
GREEN value IS 119 (46.88% from 255) = 34%
BLUE value IS 96 (37.89% from 255) = 27.43%
R=38.57%
G=34%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351199600.120.290.4735.3816.8845.29
Hex8777600C1D2F23112d
Octal2071671400143557432155
Binary1000011111101111100000011001110110111110001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877760; }

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

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

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

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

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

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

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

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