#877266

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

Shades of Sand Dune #877266

Tints of Sand Dune #877266

Color information

#877266 (or 0x877266) is unknown color: approx Sand Dune. HEX triplet: 87, 72 and 66. RGB value is (135,114,102). Sum of RGB (Red+Green+Blue) = 135+114+102=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 135 - color contains mainly: red. Hex color #877266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877266 is #788D99. Grayscale: #767676. Windows color (decimal): -7900570 or 6713991. OLE color: 6713991.

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

Color convert

RGB135114102-
CMYK00.160.240.47
HSL21.82º13.92%46.47%-
HSV(B)21.82º24.44%52.94%-
XYZ18.4118.1415.1-
YUV118.91118.46139.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.46%
GREEN value IS 114 (44.92% from 255) = 32.48%
BLUE value IS 102 (40.23% from 255) = 29.06%
R=38.46%
G=32.48%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511410200.160.240.4721.8213.9246.47
Hex877266010182F16e2e
Octal2071621460203057261656
Binary100001111110010110011001000011000101111101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877266; }

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

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

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

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

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

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

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

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