Html Css Color HEX #80773A Pesto

📋 copy color: '#80773A'

red 128 ◦ green 119 ◦ blue 58

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

Shades of Pesto #80773A

Tints of Pesto #80773A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.02%

R = 41.97%
G = 39.02%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#80773A (or 0x80773A) is known color: Pesto. HEX triplet: 80, 77 and 3A. RGB value is (128,119,58). Sum of RGB (Red+Green+Blue) = 128+119+58=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 128 - color contains mainly: red. Hex color #80773A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80773A is #7F88C5. Grayscale: #727272. Windows color (decimal): -8358086 or 3831680. OLE color: 3831680.

HSL color Cylindrical-coordinate representation of color #80773A: hue angle of 52.29º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80773A is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 119 58 -
CMYK 0 0.07 0.55 0.50
HSL 52.29º 0.38% 0.36% -
HSV(B) 52.29º 0.55% 0.5% -
XYZ 16.26 18.09 6.64 -
YUV 114.74 95.98 137.46 -
System Red Green Blue C M Y K H S L
Decimal 128 119 58 0 0.07 0.55 0.50 52.29 0.38 0.36
Hex 80 77 3A 0 7 37 32 34 26 24
Octal 200 167 72 0 7 67 62 64 46 44
Binary 10000000 1110111 111010 0 111 110111 110010 110100 100110 100100

Color Harmonies of #80773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80773A

Black with #80773A

Text Example


Text Example

White with #80773A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80773A; }

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

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

background-color css

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

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

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

border-color css

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

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

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