Html Css Color HEX #80752B Pesto

📋 copy color: '#80752B'

red 128 ◦ green 117 ◦ blue 43

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

Shades of Pesto #80752B

Tints of Pesto #80752B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.93%

R = 44.44%
G = 40.63%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80752B (or 0x80752B) is known color: Pesto. HEX triplet: 80, 75 and 2B. RGB value is (128,117,43). Sum of RGB (Red+Green+Blue) = 128+117+43=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #80752B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80752B is #7F8AD4. Grayscale: #707070. Windows color (decimal): -8358613 or 2848128. OLE color: 2848128.

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

Color convert

RGB 128 117 43 -
CMYK 0 0.09 0.66 0.50
HSL 52.24º 0.5% 0.34% -
HSV(B) 52.24º 0.66% 0.5% -
XYZ 15.7 17.49 4.83 -
YUV 111.85 89.14 139.52 -
System Red Green Blue C M Y K H S L
Decimal 128 117 43 0 0.09 0.66 0.50 52.24 0.5 0.34
Hex 80 75 2B 0 9 42 32 34 32 22
Octal 200 165 53 0 11 102 62 64 62 42
Binary 10000000 1110101 101011 0 1001 1000010 110010 110100 110010 100010

Color Harmonies of #80752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80752B

Black with #80752B

Text Example


Text Example

White with #80752B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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