Html Css Color HEX #84774C Shadow

📋 copy color: '#84774C'

red 132 ◦ green 119 ◦ blue 76

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

Shades of Shadow #84774C

Tints of Shadow #84774C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.24%

R = 40.37%
G = 36.39%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#84774C (or 0x84774C) is known color: Shadow. HEX triplet: 84, 77 and 4C. RGB value is (132,119,76). Sum of RGB (Red+Green+Blue) = 132+119+76=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #84774C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84774C is #7B88B3. Grayscale: #767676. Windows color (decimal): -8095924 or 5011332. OLE color: 5011332.

HSL color Cylindrical-coordinate representation of color #84774C: hue angle of 46.07º degrees, saturation: 0.27, 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 #84774C is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 119 76 -
CMYK 0 0.10 0.42 0.48
HSL 46.07º 0.27% 0.41% -
HSV(B) 46.07º 0.42% 0.52% -
XYZ 17.42 18.62 9.51 -
YUV 117.99 104.31 138 -
System Red Green Blue C M Y K H S L
Decimal 132 119 76 0 0.10 0.42 0.48 46.07 0.27 0.41
Hex 84 77 4C 0 A 2A 30 2E 1B 29
Octal 204 167 114 0 12 52 60 56 33 51
Binary 10000100 1110111 1001100 0 1010 101010 110000 101110 11011 101001

Color Harmonies of #84774C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84774C

Black with #84774C

Text Example


Text Example

White with #84774C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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