Html Css Color HEX #80742B Pesto

📋 copy color: '#80742B'

red 128 ◦ green 116 ◦ blue 43

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

Shades of Pesto #80742B

Tints of Pesto #80742B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.42%

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

R = 44.6%
G = 40.42%
B = 14.98%

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

#80742B (or 0x80742B) is known color: Pesto. HEX triplet: 80, 74 and 2B. RGB value is (128,116,43). Sum of RGB (Red+Green+Blue) = 128+116+43=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 128 - color contains mainly: red. Hex color #80742B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80742B is #7F8BD4. Grayscale: #6F6F6F. Windows color (decimal): -8358869 or 2847872. OLE color: 2847872.

HSL color Cylindrical-coordinate representation of color #80742B: hue angle of 51.53º 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 #80742B is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 116 43 -
CMYK 0 0.09 0.66 0.50
HSL 51.53º 0.5% 0.34% -
HSV(B) 51.53º 0.66% 0.5% -
XYZ 15.58 17.25 4.79 -
YUV 111.27 89.48 139.94 -
System Red Green Blue C M Y K H S L
Decimal 128 116 43 0 0.09 0.66 0.50 51.53 0.5 0.34
Hex 80 74 2B 0 9 42 32 34 32 22
Octal 200 164 53 0 11 102 62 64 62 42
Binary 10000000 1110100 101011 0 1001 1000010 110010 110100 110010 100010

Color Harmonies of #80742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80742B

Black with #80742B

Text Example


Text Example

White with #80742B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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