Html Css Color HEX #84772B Pesto

📋 copy color: '#84772B'

red 132 ◦ green 119 ◦ blue 43

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

Shades of Pesto #84772B

Tints of Pesto #84772B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.63%

R = 44.9%
G = 40.48%
B = 14.63%

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

#84772B (or 0x84772B) is known color: Pesto. HEX triplet: 84, 77 and 2B. RGB value is (132,119,43). Sum of RGB (Red+Green+Blue) = 132+119+43=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #84772B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84772B is #7B88D4. Grayscale: #727272. Windows color (decimal): -8095957 or 2848644. OLE color: 2848644.

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

Color convert

RGB 132 119 43 -
CMYK 0 0.10 0.67 0.48
HSL 51.24º 0.51% 0.34% -
HSV(B) 51.24º 0.67% 0.52% -
XYZ 16.55 18.27 4.94 -
YUV 114.22 87.81 140.68 -
System Red Green Blue C M Y K H S L
Decimal 132 119 43 0 0.10 0.67 0.48 51.24 0.51 0.34
Hex 84 77 2B 0 A 43 30 33 33 22
Octal 204 167 53 0 12 103 60 63 63 42
Binary 10000100 1110111 101011 0 1010 1000011 110000 110011 110011 100010

Color Harmonies of #84772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84772B

Black with #84772B

Text Example


Text Example

White with #84772B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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