Html Css Color HEX #7E7022 Pesto

📋 copy color: '#7E7022'

red 126 ◦ green 112 ◦ blue 34

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

Shades of Pesto #7E7022

Tints of Pesto #7E7022

RGB

 RED value IS 126 (49.61% from 255) = 46.32%

 GREEN value IS 112 (44.14% from 255) = 41.18%

 BLUE value IS 34 (13.67% from 255) = 12.5%

R = 46.32%
G = 41.18%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.51

RGB Variations

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

Color information

#7E7022 (or 0x7E7022) is known color: Pesto. HEX triplet: 7E, 70 and 22. RGB value is (126,112,34). Sum of RGB (Red+Green+Blue) = 126+112+34=272 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.32% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7022 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7022 is #818FDD. Grayscale: #6B6B6B. Windows color (decimal): -8490974 or 2257022. OLE color: 2257022.

HSL color Cylindrical-coordinate representation of color #7E7022: hue angle of 50.87º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7E7022 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 112 34 -
CMYK 0 0.11 0.73 0.51
HSL 50.87º 0.58% 0.31% -
HSV(B) 50.87º 0.73% 0.49% -
XYZ 14.69 16.14 3.85 -
YUV 107.29 86.64 141.34 -
System Red Green Blue C M Y K H S L
Decimal 126 112 34 0 0.11 0.73 0.51 50.87 0.58 0.31
Hex 7E 70 22 0 B 49 33 33 3A 1F
Octal 176 160 42 0 13 111 63 63 72 37
Binary 1111110 1110000 100010 0 1011 1001001 110011 110011 111010 11111

Color Harmonies of #7E7022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7022

Black with #7E7022

Text Example


Text Example

White with #7E7022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E7022; }

 p { color: rgb(126,112,34); }

 H1.HeaderClassName
 {
   color: #7E7022;
 }
 .AnyTagClassName
 {
   color: #7E7022;
 }
</style>

background-color css

<style>
 a { background-color: #7E7022; }

 a { background-color: rgb(126,112,34); }

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

border-color css

<style>
 span { border-color: #7E7022; }

 span { border-color: rgb(126,112,34); }

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