Html Css Color HEX #7E782A Pesto

📋 copy color: '#7E782A'

red 126 ◦ green 120 ◦ blue 42

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

Shades of Pesto #7E782A

Tints of Pesto #7E782A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.67%

 BLUE value IS 42 (16.8% from 255) = 14.58%

R = 43.75%
G = 41.67%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.51

RGB Variations

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

Color information

#7E782A (or 0x7E782A) is known color: Pesto. HEX triplet: 7E, 78 and 2A. RGB value is (126,120,42). Sum of RGB (Red+Green+Blue) = 126+120+42=288 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.75% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 126 - color contains mainly: red. Hex color #7E782A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E782A is #8187D5. Grayscale: #717171. Windows color (decimal): -8488918 or 2783358. OLE color: 2783358.

HSL color Cylindrical-coordinate representation of color #7E782A: hue angle of 55.71º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E782A is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 120 42 -
CMYK 0 0.05 0.67 0.51
HSL 55.71º 0.5% 0.33% -
HSV(B) 55.71º 0.67% 0.49% -
XYZ 15.74 18.04 4.84 -
YUV 112.9 87.99 137.34 -
System Red Green Blue C M Y K H S L
Decimal 126 120 42 0 0.05 0.67 0.51 55.71 0.5 0.33
Hex 7E 78 2A 0 5 43 33 38 32 21
Octal 176 170 52 0 5 103 63 70 62 41
Binary 1111110 1111000 101010 0 101 1000011 110011 111000 110010 100001

Color Harmonies of #7E782A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E782A

Black with #7E782A

Text Example


Text Example

White with #7E782A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,120,42); }

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

background-color css

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

 a { background-color: rgb(126,120,42); }

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

border-color css

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

 span { border-color: rgb(126,120,42); }

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