Html Css Color HEX #84772D Pesto

📋 copy color: '#84772D'

red 132 ◦ green 119 ◦ blue 45

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

Shades of Pesto #84772D

Tints of Pesto #84772D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.2%

R = 44.59%
G = 40.2%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#84772D (or 0x84772D) is known color: Pesto. HEX triplet: 84, 77 and 2D. RGB value is (132,119,45). Sum of RGB (Red+Green+Blue) = 132+119+45=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #84772D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84772D is #7B88D2. Grayscale: #727272. Windows color (decimal): -8095955 or 2979716. OLE color: 2979716.

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

Color convert

RGB 132 119 45 -
CMYK 0 0.10 0.66 0.48
HSL 51.03º 0.49% 0.35% -
HSV(B) 51.03º 0.66% 0.52% -
XYZ 16.59 18.29 5.14 -
YUV 114.45 88.81 140.52 -
System Red Green Blue C M Y K H S L
Decimal 132 119 45 0 0.10 0.66 0.48 51.03 0.49 0.35
Hex 84 77 2D 0 A 42 30 33 31 23
Octal 204 167 55 0 12 102 60 63 61 43
Binary 10000100 1110111 101101 0 1010 1000010 110000 110011 110001 100011

Color Harmonies of #84772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84772D

Black with #84772D

Text Example


Text Example

White with #84772D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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