Html Css Color HEX #80772D Pesto

📋 copy color: '#80772D'

red 128 ◦ green 119 ◦ blue 45

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

Shades of Pesto #80772D

Tints of Pesto #80772D

RGB

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

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

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

R = 43.84%
G = 40.75%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#80772D (or 0x80772D) is known color: Pesto. HEX triplet: 80, 77 and 2D. RGB value is (128,119,45). Sum of RGB (Red+Green+Blue) = 128+119+45=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #80772D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80772D is #7F88D2. Grayscale: #717171. Windows color (decimal): -8358099 or 2979712. OLE color: 2979712.

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

Color convert

RGB 128 119 45 -
CMYK 0 0.07 0.65 0.50
HSL 53.49º 0.48% 0.34% -
HSV(B) 53.49º 0.65% 0.5% -
XYZ 15.97 17.97 5.11 -
YUV 113.26 89.48 138.52 -
System Red Green Blue C M Y K H S L
Decimal 128 119 45 0 0.07 0.65 0.50 53.49 0.48 0.34
Hex 80 77 2D 0 7 41 32 35 30 22
Octal 200 167 55 0 7 101 62 65 60 42
Binary 10000000 1110111 101101 0 111 1000001 110010 110101 110000 100010

Color Harmonies of #80772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80772D

Black with #80772D

Text Example


Text Example

White with #80772D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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