Html Css Color HEX #84764D Shadow

📋 copy color: '#84764D'

red 132 ◦ green 118 ◦ blue 77

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

Shades of Shadow #84764D

Tints of Shadow #84764D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.55%

R = 40.37%
G = 36.09%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#84764D (or 0x84764D) is known color: Shadow. HEX triplet: 84, 76 and 4D. RGB value is (132,118,77). Sum of RGB (Red+Green+Blue) = 132+118+77=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #84764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84764D is #7B89B2. Grayscale: #757575. Windows color (decimal): -8096179 or 5076612. OLE color: 5076612.

HSL color Cylindrical-coordinate representation of color #84764D: hue angle of 44.73º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84764D is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 118 77 -
CMYK 0 0.11 0.42 0.48
HSL 44.73º 0.26% 0.41% -
HSV(B) 44.73º 0.42% 0.52% -
XYZ 17.33 18.4 9.66 -
YUV 117.51 105.14 138.33 -
System Red Green Blue C M Y K H S L
Decimal 132 118 77 0 0.11 0.42 0.48 44.73 0.26 0.41
Hex 84 76 4D 0 B 2A 30 2D 1A 29
Octal 204 166 115 0 13 52 60 55 32 51
Binary 10000100 1110110 1001101 0 1011 101010 110000 101101 11010 101001

Color Harmonies of #84764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84764D

Black with #84764D

Text Example


Text Example

White with #84764D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84764D; }

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

 H1.HeaderClassName
 {
   color: #84764D;
 }
 .AnyTagClassName
 {
   color: #84764D;
 }
</style>

background-color css

<style>
 a { background-color: #84764D; }

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

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

border-color css

<style>
 span { border-color: #84764D; }

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

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