Html Css Color HEX #84776A Sand Dune

📋 copy color: '#84776A'

red 132 ◦ green 119 ◦ blue 106

#84776A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sand Dune #84776A

Tints of Sand Dune #84776A

RGB

 RED value IS 132 (51.95% from 255) = 36.97%

 GREEN value IS 119 (46.88% from 255) = 33.33%

 BLUE value IS 106 (41.8% from 255) = 29.69%

R = 36.97%
G = 33.33%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#84776A (or 0x84776A) is known color: Sand Dune. HEX triplet: 84, 77 and 6A. RGB value is (132,119,106). Sum of RGB (Red+Green+Blue) = 132+119+106=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 132 - color contains mainly: red. Hex color #84776A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84776A is #7B8895. Grayscale: #797979. Windows color (decimal): -8095894 or 6977412. OLE color: 6977412.

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

Color convert

RGB 132 119 106 -
CMYK 0 0.10 0.20 0.48
HSL 30º 0.11% 0.47% -
HSV(B) 30º 0.2% 0.52% -
XYZ 18.71 19.14 16.34 -
YUV 121.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 132 119 106 0 0.10 0.20 0.48 30 0.11 0.47
Hex 84 77 6A 0 A 14 30 1E B 2F
Octal 204 167 152 0 12 24 60 36 13 57
Binary 10000100 1110111 1101010 0 1010 10100 110000 11110 1011 101111

Color Harmonies of #84776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84776A

Black with #84776A

Text Example


Text Example

White with #84776A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84776A;
 }
 .AnyTagClassName
 {
   color: #84776A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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