Html Css Color HEX #80761E Pesto

📋 copy color: '#80761E'

red 128 ◦ green 118 ◦ blue 30

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

Shades of Pesto #80761E

Tints of Pesto #80761E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.75%

 BLUE value IS 30 (12.11% from 255) = 10.87%

R = 46.38%
G = 42.75%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#80761E (or 0x80761E) is known color: Pesto. HEX triplet: 80, 76 and 1E. RGB value is (128,118,30). Sum of RGB (Red+Green+Blue) = 128+118+30=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #80761E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80761E is #7F89E1. Grayscale: #6F6F6F. Windows color (decimal): -8358370 or 1996416. OLE color: 1996416.

HSL color Cylindrical-coordinate representation of color #80761E: hue angle of 53.88º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80761E is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 118 30 -
CMYK 0 0.08 0.77 0.50
HSL 53.88º 0.62% 0.31% -
HSV(B) 53.88º 0.77% 0.5% -
XYZ 15.61 17.64 3.81 -
YUV 110.96 82.31 140.16 -
System Red Green Blue C M Y K H S L
Decimal 128 118 30 0 0.08 0.77 0.50 53.88 0.62 0.31
Hex 80 76 1E 0 8 4D 32 36 3E 1F
Octal 200 166 36 0 10 115 62 66 76 37
Binary 10000000 1110110 11110 0 1000 1001101 110010 110110 111110 11111

Color Harmonies of #80761E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80761E

Black with #80761E

Text Example


Text Example

White with #80761E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80761E; }

 p { color: rgb(128,118,30); }

 H1.HeaderClassName
 {
   color: #80761E;
 }
 .AnyTagClassName
 {
   color: #80761E;
 }
</style>

background-color css

<style>
 a { background-color: #80761E; }

 a { background-color: rgb(128,118,30); }

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

border-color css

<style>
 span { border-color: #80761E; }

 span { border-color: rgb(128,118,30); }

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