Html Css Color HEX #80752E Pesto

📋 copy color: '#80752E'

red 128 ◦ green 117 ◦ blue 46

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

Shades of Pesto #80752E

Tints of Pesto #80752E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.21%

 BLUE value IS 46 (18.36% from 255) = 15.81%

R = 43.99%
G = 40.21%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#80752E (or 0x80752E) is known color: Pesto. HEX triplet: 80, 75 and 2E. RGB value is (128,117,46). Sum of RGB (Red+Green+Blue) = 128+117+46=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #80752E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80752E is #7F8AD1. Grayscale: #707070. Windows color (decimal): -8358610 or 3044736. OLE color: 3044736.

HSL color Cylindrical-coordinate representation of color #80752E: hue angle of 51.95º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80752E is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 117 46 -
CMYK 0 0.09 0.64 0.50
HSL 51.95º 0.47% 0.34% -
HSV(B) 51.95º 0.64% 0.5% -
XYZ 15.76 17.51 5.13 -
YUV 112.2 90.64 139.27 -
System Red Green Blue C M Y K H S L
Decimal 128 117 46 0 0.09 0.64 0.50 51.95 0.47 0.34
Hex 80 75 2E 0 9 40 32 34 2F 22
Octal 200 165 56 0 11 100 62 64 57 42
Binary 10000000 1110101 101110 0 1001 1000000 110010 110100 101111 100010

Color Harmonies of #80752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80752E

Black with #80752E

Text Example


Text Example

White with #80752E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,117,46); }

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

background-color css

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

 a { background-color: rgb(128,117,46); }

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

border-color css

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

 span { border-color: rgb(128,117,46); }

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