Html Css Color HEX #84786C Sand Dune

📋 copy color: '#84786C'

red 132 ◦ green 120 ◦ blue 108

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

Shades of Sand Dune #84786C

Tints of Sand Dune #84786C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.33%

 BLUE value IS 108 (42.58% from 255) = 30%

R = 36.67%
G = 33.33%
B = 30%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#84786C (or 0x84786C) is known color: Sand Dune. HEX triplet: 84, 78 and 6C. RGB value is (132,120,108). Sum of RGB (Red+Green+Blue) = 132+120+108=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 132 - color contains mainly: red. Hex color #84786C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84786C is #7B8793. Grayscale: #7A7A7A. Windows color (decimal): -8095636 or 7108740. OLE color: 7108740.

HSL color Cylindrical-coordinate representation of color #84786C: hue angle of 30º 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 #84786C is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 120 108 -
CMYK 0 0.09 0.18 0.48
HSL 30º 0.1% 0.47% -
HSV(B) 30º 0.18% 0.52% -
XYZ 18.94 19.42 16.94 -
YUV 122.22 119.98 134.98 -
System Red Green Blue C M Y K H S L
Decimal 132 120 108 0 0.09 0.18 0.48 30 0.1 0.47
Hex 84 78 6C 0 9 12 30 1E A 2F
Octal 204 170 154 0 11 22 60 36 12 57
Binary 10000100 1111000 1101100 0 1001 10010 110000 11110 1010 101111

Color Harmonies of #84786C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84786C

Black with #84786C

Text Example


Text Example

White with #84786C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84786C;
 }
 .AnyTagClassName
 {
   color: #84786C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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