Html Css Color HEX #80761F Pesto

📋 copy color: '#80761F'

red 128 ◦ green 118 ◦ blue 31

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

Shades of Pesto #80761F

Tints of Pesto #80761F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.19%

R = 46.21%
G = 42.6%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#80761F (or 0x80761F) is known color: Pesto. HEX triplet: 80, 76 and 1F. RGB value is (128,118,31). Sum of RGB (Red+Green+Blue) = 128+118+31=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #80761F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80761F is #7F89E0. Grayscale: #6F6F6F. Windows color (decimal): -8358369 or 2061952. OLE color: 2061952.

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

Color convert

RGB 128 118 31 -
CMYK 0 0.08 0.76 0.50
HSL 53.81º 0.61% 0.31% -
HSV(B) 53.81º 0.76% 0.5% -
XYZ 15.63 17.64 3.88 -
YUV 111.07 82.81 140.07 -
System Red Green Blue C M Y K H S L
Decimal 128 118 31 0 0.08 0.76 0.50 53.81 0.61 0.31
Hex 80 76 1F 0 8 4C 32 36 3D 1F
Octal 200 166 37 0 10 114 62 66 75 37
Binary 10000000 1110110 11111 0 1000 1001100 110010 110110 111101 11111

Color Harmonies of #80761F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80761F

Black with #80761F

Text Example


Text Example

White with #80761F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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