Html Css Color HEX #807D2E Pesto

📋 copy color: '#807D2E'

red 128 ◦ green 125 ◦ blue 46

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

Shades of Pesto #807D2E

Tints of Pesto #807D2E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.81%

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

R = 42.81%
G = 41.81%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#807D2E (or 0x807D2E) is known color: Pesto. HEX triplet: 80, 7D and 2E. RGB value is (128,125,46). Sum of RGB (Red+Green+Blue) = 128+125+46=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 128 - color contains mainly: red. Hex color #807D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807D2E is #7F82D1. Grayscale: #757575. Windows color (decimal): -8356562 or 3046784. OLE color: 3046784.

HSL color Cylindrical-coordinate representation of color #807D2E: hue angle of 57.8º 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 #807D2E is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 125 46 -
CMYK 0 0.02 0.64 0.50
HSL 57.8º 0.47% 0.34% -
HSV(B) 57.8º 0.64% 0.5% -
XYZ 16.73 19.45 5.46 -
YUV 116.89 87.99 135.92 -
System Red Green Blue C M Y K H S L
Decimal 128 125 46 0 0.02 0.64 0.50 57.8 0.47 0.34
Hex 80 7D 2E 0 2 40 32 3A 2F 22
Octal 200 175 56 0 2 100 62 72 57 42
Binary 10000000 1111101 101110 0 10 1000000 110010 111010 101111 100010

Color Harmonies of #807D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807D2E

Black with #807D2E

Text Example


Text Example

White with #807D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807D2E; }

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

 H1.HeaderClassName
 {
   color: #807D2E;
 }
 .AnyTagClassName
 {
   color: #807D2E;
 }
</style>

background-color css

<style>
 a { background-color: #807D2E; }

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

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

border-color css

<style>
 span { border-color: #807D2E; }

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

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