Html Css Color HEX #7C761F Pesto

📋 copy color: '#7C761F'

red 124 ◦ green 118 ◦ blue 31

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

Shades of Pesto #7C761F

Tints of Pesto #7C761F

RGB

 RED value IS 124 (48.83% from 255) = 45.42%

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

 BLUE value IS 31 (12.5% from 255) = 11.36%

R = 45.42%
G = 43.22%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.51

RGB Variations

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

Color information

#7C761F (or 0x7C761F) is known color: Pesto. HEX triplet: 7C, 76 and 1F. RGB value is (124,118,31). Sum of RGB (Red+Green+Blue) = 124+118+31=273 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.42% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 124 - color contains mainly: red. Hex color #7C761F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C761F is #8389E0. Grayscale: #6E6E6E. Windows color (decimal): -8620513 or 2061948. OLE color: 2061948.

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

Color convert

RGB 124 118 31 -
CMYK 0 0.05 0.75 0.51
HSL 56.13º 0.6% 0.3% -
HSV(B) 56.13º 0.75% 0.49% -
XYZ 15.04 17.34 3.85 -
YUV 109.88 83.49 138.07 -
System Red Green Blue C M Y K H S L
Decimal 124 118 31 0 0.05 0.75 0.51 56.13 0.6 0.3
Hex 7C 76 1F 0 5 4B 33 38 3C 1E
Octal 174 166 37 0 5 113 63 70 74 36
Binary 1111100 1110110 11111 0 101 1001011 110011 111000 111100 11110

Color Harmonies of #7C761F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C761F

Black with #7C761F

Text Example


Text Example

White with #7C761F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,118,31); }

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

background-color css

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

 a { background-color: rgb(124,118,31); }

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

border-color css

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

 span { border-color: rgb(124,118,31); }

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