Html Css Color HEX #84764B Shadow

📋 copy color: '#84764B'

red 132 ◦ green 118 ◦ blue 75

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

Shades of Shadow #84764B

Tints of Shadow #84764B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.08%

R = 40.62%
G = 36.31%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#84764B (or 0x84764B) is known color: Shadow. HEX triplet: 84, 76 and 4B. RGB value is (132,118,75). Sum of RGB (Red+Green+Blue) = 132+118+75=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 132 - color contains mainly: red. Hex color #84764B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84764B is #7B89B4. Grayscale: #757575. Windows color (decimal): -8096181 or 4945540. OLE color: 4945540.

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

Color convert

RGB 132 118 75 -
CMYK 0 0.11 0.43 0.48
HSL 45.26º 0.28% 0.41% -
HSV(B) 45.26º 0.43% 0.52% -
XYZ 17.26 18.37 9.29 -
YUV 117.28 104.14 138.5 -
System Red Green Blue C M Y K H S L
Decimal 132 118 75 0 0.11 0.43 0.48 45.26 0.28 0.41
Hex 84 76 4B 0 B 2B 30 2D 1C 29
Octal 204 166 113 0 13 53 60 55 34 51
Binary 10000100 1110110 1001011 0 1011 101011 110000 101101 11100 101001

Color Harmonies of #84764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84764B

Black with #84764B

Text Example


Text Example

White with #84764B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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