Html Css Color HEX #7C741A Pesto

📋 copy color: '#7C741A'

red 124 ◦ green 116 ◦ blue 26

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

Shades of Pesto #7C741A

Tints of Pesto #7C741A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.61%

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

R = 46.62%
G = 43.61%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#7C741A (or 0x7C741A) is known color: Pesto. HEX triplet: 7C, 74 and 1A. RGB value is (124,116,26). Sum of RGB (Red+Green+Blue) = 124+116+26=266 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.62% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 124 - color contains mainly: red. Hex color #7C741A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C741A is #838BE5. Grayscale: #6C6C6C. Windows color (decimal): -8621030 or 1733756. OLE color: 1733756.

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

Color convert

RGB 124 116 26 -
CMYK 0 0.06 0.79 0.51
HSL 55.1º 0.65% 0.29% -
HSV(B) 55.1º 0.79% 0.49% -
XYZ 14.74 16.85 3.45 -
YUV 108.13 81.65 139.32 -
System Red Green Blue C M Y K H S L
Decimal 124 116 26 0 0.06 0.79 0.51 55.1 0.65 0.29
Hex 7C 74 1A 0 6 4F 33 37 41 1D
Octal 174 164 32 0 6 117 63 67 101 35
Binary 1111100 1110100 11010 0 110 1001111 110011 110111 1000001 11101

Color Harmonies of #7C741A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C741A

Black with #7C741A

Text Example


Text Example

White with #7C741A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,116,26); }

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

background-color css

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

 a { background-color: rgb(124,116,26); }

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

border-color css

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

 span { border-color: rgb(124,116,26); }

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