Html Css Color HEX #7C762E Pesto

📋 copy color: '#7C762E'

red 124 ◦ green 118 ◦ blue 46

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

Shades of Pesto #7C762E

Tints of Pesto #7C762E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.97%

R = 43.06%
G = 40.97%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7C762E (or 0x7C762E) is known color: Pesto. HEX triplet: 7C, 76 and 2E. RGB value is (124,118,46). Sum of RGB (Red+Green+Blue) = 124+118+46=288 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.06% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 124 - color contains mainly: red. Hex color #7C762E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C762E is #8389D1. Grayscale: #6F6F6F. Windows color (decimal): -8620498 or 3044988. OLE color: 3044988.

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

Color convert

RGB 124 118 46 -
CMYK 0 0.05 0.63 0.51
HSL 55.38º 0.46% 0.33% -
HSV(B) 55.38º 0.63% 0.49% -
XYZ 15.28 17.44 5.15 -
YUV 111.59 90.99 136.85 -
System Red Green Blue C M Y K H S L
Decimal 124 118 46 0 0.05 0.63 0.51 55.38 0.46 0.33
Hex 7C 76 2E 0 5 3F 33 37 2E 21
Octal 174 166 56 0 5 77 63 67 56 41
Binary 1111100 1110110 101110 0 101 111111 110011 110111 101110 100001

Color Harmonies of #7C762E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C762E

Black with #7C762E

Text Example


Text Example

White with #7C762E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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