Html Css Color HEX #84766B Sand Dune

📋 copy color: '#84766B'

red 132 ◦ green 118 ◦ blue 107

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

Shades of Sand Dune #84766B

Tints of Sand Dune #84766B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.05%

 BLUE value IS 107 (42.19% from 255) = 29.97%

R = 36.97%
G = 33.05%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#84766B (or 0x84766B) is known color: Sand Dune. HEX triplet: 84, 76 and 6B. RGB value is (132,118,107). Sum of RGB (Red+Green+Blue) = 132+118+107=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 132 - color contains mainly: red. Hex color #84766B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84766B is #7B8994. Grayscale: #787878. Windows color (decimal): -8096149 or 7042692. OLE color: 7042692.

HSL color Cylindrical-coordinate representation of color #84766B: hue angle of 26.4º 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 #84766B is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 118 107 -
CMYK 0 0.11 0.19 0.48
HSL 26.4º 0.1% 0.47% -
HSV(B) 26.4º 0.19% 0.52% -
XYZ 18.65 18.92 16.58 -
YUV 120.93 120.14 135.89 -
System Red Green Blue C M Y K H S L
Decimal 132 118 107 0 0.11 0.19 0.48 26.4 0.1 0.47
Hex 84 76 6B 0 B 13 30 1A A 2F
Octal 204 166 153 0 13 23 60 32 12 57
Binary 10000100 1110110 1101011 0 1011 10011 110000 11010 1010 101111

Color Harmonies of #84766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84766B

Black with #84766B

Text Example


Text Example

White with #84766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84766B;
 }
 .AnyTagClassName
 {
   color: #84766B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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