Html Css Color HEX #80772B Pesto

📋 copy color: '#80772B'

red 128 ◦ green 119 ◦ blue 43

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

Shades of Pesto #80772B

Tints of Pesto #80772B

RGB

 RED value IS 128 (50.39% from 255) = 44.14%

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

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

R = 44.14%
G = 41.03%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80772B (or 0x80772B) is known color: Pesto. HEX triplet: 80, 77 and 2B. RGB value is (128,119,43). Sum of RGB (Red+Green+Blue) = 128+119+43=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 128 - color contains mainly: red. Hex color #80772B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80772B is #7F88D4. Grayscale: #717171. Windows color (decimal): -8358101 or 2848640. OLE color: 2848640.

HSL color Cylindrical-coordinate representation of color #80772B: hue angle of 53.65º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80772B is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 119 43 -
CMYK 0 0.07 0.66 0.50
HSL 53.65º 0.5% 0.34% -
HSV(B) 53.65º 0.66% 0.5% -
XYZ 15.93 17.96 4.91 -
YUV 113.03 88.48 138.68 -
System Red Green Blue C M Y K H S L
Decimal 128 119 43 0 0.07 0.66 0.50 53.65 0.5 0.34
Hex 80 77 2B 0 7 42 32 36 32 22
Octal 200 167 53 0 7 102 62 66 62 42
Binary 10000000 1110111 101011 0 111 1000010 110010 110110 110010 100010

Color Harmonies of #80772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80772B

Black with #80772B

Text Example


Text Example

White with #80772B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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