Html Css Color HEX #807720 Pesto

📋 copy color: '#807720'

red 128 ◦ green 119 ◦ blue 32

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

Shades of Pesto #807720

Tints of Pesto #807720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.47%

R = 45.88%
G = 42.65%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#807720 (or 0x807720) is known color: Pesto. HEX triplet: 80, 77 and 20. RGB value is (128,119,32). Sum of RGB (Red+Green+Blue) = 128+119+32=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #807720 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807720 is #7F88DF. Grayscale: #707070. Windows color (decimal): -8358112 or 2127744. OLE color: 2127744.

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

Color convert

RGB 128 119 32 -
CMYK 0 0.07 0.75 0.50
HSL 54.38º 0.6% 0.31% -
HSV(B) 54.38º 0.75% 0.5% -
XYZ 15.76 17.89 3.99 -
YUV 111.77 82.98 139.57 -
System Red Green Blue C M Y K H S L
Decimal 128 119 32 0 0.07 0.75 0.50 54.38 0.6 0.31
Hex 80 77 20 0 7 4B 32 36 3C 1F
Octal 200 167 40 0 7 113 62 66 74 37
Binary 10000000 1110111 100000 0 111 1001011 110010 110110 111100 11111

Color Harmonies of #807720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807720

Black with #807720

Text Example


Text Example

White with #807720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807720; }

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

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

background-color css

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

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

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

border-color css

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

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

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