Html Css Color HEX #84776B Sand Dune

📋 copy color: '#84776B'

red 132 ◦ green 119 ◦ blue 107

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

Shades of Sand Dune #84776B

Tints of Sand Dune #84776B

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 value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#84776B (or 0x84776B) is known color: 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

RGB 132 119 107 -
CMYK 0 0.10 0.19 0.48
HSL 28.8º 0.1% 0.47% -
HSV(B) 28.8º 0.19% 0.52% -
XYZ 18.77 19.16 16.62 -
YUV 121.52 119.81 135.48 -
System Red Green Blue C M Y K H S L
Decimal 132 119 107 0 0.10 0.19 0.48 28.8 0.1 0.47
Hex 84 77 6B 0 A 13 30 1D A 2F
Octal 204 167 153 0 12 23 60 35 12 57
Binary 10000100 1110111 1101011 0 1010 10011 110000 11101 1010 101111

Color Harmonies of #84776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84776B

Black with #84776B

Text Example


Text Example

White with #84776B

Text Example


Text Example

HTML Codes & Css Web 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>