Html Css Color HEX #80772C Pesto

📋 copy color: '#80772C'

red 128 ◦ green 119 ◦ blue 44

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

Shades of Pesto #80772C

Tints of Pesto #80772C

RGB

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

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

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

R = 43.99%
G = 40.89%
B = 15.12%

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

#80772C (or 0x80772C) is known color: Pesto. HEX triplet: 80, 77 and 2C. RGB value is (128,119,44). Sum of RGB (Red+Green+Blue) = 128+119+44=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #80772C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80772C is #7F88D3. Grayscale: #717171. Windows color (decimal): -8358100 or 2914176. OLE color: 2914176.

HSL color Cylindrical-coordinate representation of color #80772C: hue angle of 53.57º degrees, saturation: 0.49, 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 #80772C is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 119 44 -
CMYK 0 0.07 0.66 0.50
HSL 53.57º 0.49% 0.34% -
HSV(B) 53.57º 0.66% 0.5% -
XYZ 15.95 17.96 5.01 -
YUV 113.14 88.98 138.6 -
System Red Green Blue C M Y K H S L
Decimal 128 119 44 0 0.07 0.66 0.50 53.57 0.49 0.34
Hex 80 77 2C 0 7 42 32 36 31 22
Octal 200 167 54 0 7 102 62 66 61 42
Binary 10000000 1110111 101100 0 111 1000010 110010 110110 110001 100010

Color Harmonies of #80772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80772C

Black with #80772C

Text Example


Text Example

White with #80772C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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