Html Css Color HEX #84772C Pesto

📋 copy color: '#84772C'

red 132 ◦ green 119 ◦ blue 44

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

Shades of Pesto #84772C

Tints of Pesto #84772C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.92%

R = 44.75%
G = 40.34%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#84772C (or 0x84772C) is known color: Pesto. HEX triplet: 84, 77 and 2C. RGB value is (132,119,44). Sum of RGB (Red+Green+Blue) = 132+119+44=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #84772C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84772C is #7B88D3. Grayscale: #727272. Windows color (decimal): -8095956 or 2914180. OLE color: 2914180.

HSL color Cylindrical-coordinate representation of color #84772C: hue angle of 51.14º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84772C is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 119 44 -
CMYK 0 0.10 0.67 0.48
HSL 51.14º 0.5% 0.35% -
HSV(B) 51.14º 0.67% 0.52% -
XYZ 16.57 18.28 5.04 -
YUV 114.34 88.31 140.6 -
System Red Green Blue C M Y K H S L
Decimal 132 119 44 0 0.10 0.67 0.48 51.14 0.5 0.35
Hex 84 77 2C 0 A 43 30 33 32 23
Octal 204 167 54 0 12 103 60 63 62 43
Binary 10000100 1110111 101100 0 1010 1000011 110000 110011 110010 100011

Color Harmonies of #84772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84772C

Black with #84772C

Text Example


Text Example

White with #84772C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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