Html Css Color HEX #7D771A Pesto

📋 copy color: '#7D771A'

red 125 ◦ green 119 ◦ blue 26

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

Shades of Pesto #7D771A

Tints of Pesto #7D771A

RGB

 RED value IS 125 (49.22% from 255) = 46.3%

 GREEN value IS 119 (46.88% from 255) = 44.07%

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

R = 46.3%
G = 44.07%
B = 9.63%

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

#7D771A (or 0x7D771A) is known color: Pesto. HEX triplet: 7D, 77 and 1A. RGB value is (125,119,26). Sum of RGB (Red+Green+Blue) = 125+119+26=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 125 - color contains mainly: red. Hex color #7D771A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D771A is #8288E5. Grayscale: #6E6E6E. Windows color (decimal): -8554726 or 1734525. OLE color: 1734525.

HSL color Cylindrical-coordinate representation of color #7D771A: hue angle of 56.36º 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 #7D771A is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 119 26 -
CMYK 0 0.05 0.79 0.51
HSL 56.36º 0.66% 0.3% -
HSV(B) 56.36º 0.79% 0.49% -
XYZ 15.24 17.63 3.58 -
YUV 110.19 80.49 138.56 -
System Red Green Blue C M Y K H S L
Decimal 125 119 26 0 0.05 0.79 0.51 56.36 0.66 0.3
Hex 7D 77 1A 0 5 4F 33 38 42 1E
Octal 175 167 32 0 5 117 63 70 102 36
Binary 1111101 1110111 11010 0 101 1001111 110011 111000 1000010 11110

Color Harmonies of #7D771A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D771A

Black with #7D771A

Text Example


Text Example

White with #7D771A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,119,26); }

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

background-color css

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

 a { background-color: rgb(125,119,26); }

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

border-color css

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

 span { border-color: rgb(125,119,26); }

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