#877265

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

Shades of Sand Dune #877265

Tints of Sand Dune #877265

Color information

#877265 (or 0x877265) is unknown color: approx Sand Dune. HEX triplet: 87, 72 and 65. RGB value is (135,114,101). Sum of RGB (Red+Green+Blue) = 135+114+101=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 135 - color contains mainly: red. Hex color #877265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877265 is #788D9A. Grayscale: #767676. Windows color (decimal): -7900571 or 6648455. OLE color: 6648455.

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

Color convert

RGB135114101-
CMYK00.160.250.47
HSL22.94º14.41%46.27%-
HSV(B)22.94º25.19%52.94%-
XYZ18.3618.1314.84-
YUV118.8117.96139.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.57%
GREEN value IS 114 (44.92% from 255) = 32.57%
BLUE value IS 101 (39.84% from 255) = 28.86%
R=38.57%
G=32.57%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511410100.160.250.4722.9414.4146.27
Hex877265010192F17e2e
Octal2071621450203157271656
Binary100001111110010110010101000011001101111101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877265; }

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

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

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

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

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

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

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

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