Html Css Color HEX #7E781A Pesto

📋 copy color: '#7E781A'

red 126 ◦ green 120 ◦ blue 26

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

Shades of Pesto #7E781A

Tints of Pesto #7E781A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.56%

R = 46.32%
G = 44.12%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#7E781A (or 0x7E781A) is known color: Pesto. HEX triplet: 7E, 78 and 1A. RGB value is (126,120,26). Sum of RGB (Red+Green+Blue) = 126+120+26=272 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.32% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 126 - color contains mainly: red. Hex color #7E781A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E781A is #8187E5. Grayscale: #6F6F6F. Windows color (decimal): -8488934 or 1734782. OLE color: 1734782.

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

Color convert

RGB 126 120 26 -
CMYK 0 0.05 0.79 0.51
HSL 56.4º 0.66% 0.3% -
HSV(B) 56.4º 0.79% 0.49% -
XYZ 15.51 17.94 3.62 -
YUV 111.08 79.99 138.64 -
System Red Green Blue C M Y K H S L
Decimal 126 120 26 0 0.05 0.79 0.51 56.4 0.66 0.3
Hex 7E 78 1A 0 5 4F 33 38 42 1E
Octal 176 170 32 0 5 117 63 70 102 36
Binary 1111110 1111000 11010 0 101 1001111 110011 111000 1000010 11110

Color Harmonies of #7E781A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E781A

Black with #7E781A

Text Example


Text Example

White with #7E781A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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