Html Css Color HEX #80753A Pesto

📋 copy color: '#80753A'

red 128 ◦ green 117 ◦ blue 58

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

Shades of Pesto #80753A

Tints of Pesto #80753A

RGB

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

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

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

R = 42.24%
G = 38.61%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#80753A (or 0x80753A) is known color: Pesto. HEX triplet: 80, 75 and 3A. RGB value is (128,117,58). Sum of RGB (Red+Green+Blue) = 128+117+58=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 128 - color contains mainly: red. Hex color #80753A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80753A is #7F8AC5. Grayscale: #717171. Windows color (decimal): -8358598 or 3831168. OLE color: 3831168.

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

Color convert

RGB 128 117 58 -
CMYK 0 0.09 0.55 0.50
HSL 50.57º 0.38% 0.36% -
HSV(B) 50.57º 0.55% 0.5% -
XYZ 16.03 17.62 6.56 -
YUV 113.56 96.64 138.3 -
System Red Green Blue C M Y K H S L
Decimal 128 117 58 0 0.09 0.55 0.50 50.57 0.38 0.36
Hex 80 75 3A 0 9 37 32 33 26 24
Octal 200 165 72 0 11 67 62 63 46 44
Binary 10000000 1110101 111010 0 1001 110111 110010 110011 100110 100100

Color Harmonies of #80753A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80753A

Black with #80753A

Text Example


Text Example

White with #80753A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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