#84776C

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

Shades of Sand Dune #84776C

Tints of Sand Dune #84776C

Color information

#84776C (or 0x84776C) is unknown color: approx Sand Dune. HEX triplet: 84, 77 and 6C. RGB value is (132,119,108). Sum of RGB (Red+Green+Blue) = 132+119+108=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 132 - color contains mainly: red. Hex color #84776C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84776C is #7B8893. Grayscale: #797979. Windows color (decimal): -8095892 or 7108484. OLE color: 7108484.

HSL color Cylindrical-coordinate representation of color #84776C: hue angle of 27.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #84776C is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB132119108-
CMYK00.100.180.48
HSL27.5º10%47.06%-
HSV(B)27.5º18.18%51.76%-
XYZ18.8219.1816.9-
YUV121.63120.31135.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.77%
GREEN value IS 119 (46.88% from 255) = 33.15%
BLUE value IS 108 (42.58% from 255) = 30.08%
R=36.77%
G=33.15%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211910800.100.180.4827.51047.06
Hex84776C0A12301ba2f
Octal2041671540122260331257
Binary10000100111011111011000101010010110000110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84776C; }

 p { color: rgb(132,119,108); }

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

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

 a { background-color: rgb(132,119,108); }

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

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

 span { border-color: rgb(132,119,108); }

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