Html Css Color HEX #7E762F Pesto

📋 copy color: '#7E762F'

red 126 ◦ green 118 ◦ blue 47

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

Shades of Pesto #7E762F

Tints of Pesto #7E762F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.55%

 BLUE value IS 47 (18.75% from 255) = 16.15%

R = 43.3%
G = 40.55%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7E762F (or 0x7E762F) is known color: Pesto. HEX triplet: 7E, 76 and 2F. RGB value is (126,118,47). Sum of RGB (Red+Green+Blue) = 126+118+47=291 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.30% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 126 - color contains mainly: red. Hex color #7E762F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E762F is #8189D0. Grayscale: #707070. Windows color (decimal): -8489425 or 3110526. OLE color: 3110526.

HSL color Cylindrical-coordinate representation of color #7E762F: hue angle of 53.92º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E762F is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 118 47 -
CMYK 0 0.06 0.63 0.51
HSL 53.92º 0.46% 0.34% -
HSV(B) 53.92º 0.63% 0.49% -
XYZ 15.6 17.6 5.26 -
YUV 112.3 91.15 137.77 -
System Red Green Blue C M Y K H S L
Decimal 126 118 47 0 0.06 0.63 0.51 53.92 0.46 0.34
Hex 7E 76 2F 0 6 3F 33 36 2E 22
Octal 176 166 57 0 6 77 63 66 56 42
Binary 1111110 1110110 101111 0 110 111111 110011 110110 101110 100010

Color Harmonies of #7E762F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E762F

Black with #7E762F

Text Example


Text Example

White with #7E762F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,118,47); }

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

background-color css

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

 a { background-color: rgb(126,118,47); }

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

border-color css

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

 span { border-color: rgb(126,118,47); }

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