#84776B

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

Shades of Sand Dune #84776B

Tints of Sand Dune #84776B

Color information

#84776B (or 0x84776B) is unknown color: approx Sand Dune. HEX triplet: 84, 77 and 6B. RGB value is (132,119,107). Sum of RGB (Red+Green+Blue) = 132+119+107=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 132 - color contains mainly: red. Hex color #84776B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84776B is #7B8894. Grayscale: #797979. Windows color (decimal): -8095893 or 7042948. OLE color: 7042948.

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

Color convert

RGB132119107-
CMYK00.100.190.48
HSL28.8º10.46%46.86%-
HSV(B)28.8º18.94%51.76%-
XYZ18.7719.1616.62-
YUV121.52119.81135.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.87%
GREEN value IS 119 (46.88% from 255) = 33.24%
BLUE value IS 107 (42.19% from 255) = 29.89%
R=36.87%
G=33.24%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211910700.100.190.4828.810.4646.86
Hex84776B0A13301da2f
Octal2041671530122360351257
Binary10000100111011111010110101010011110000111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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