Html Css Color HEX #7C7726 Pesto

📋 copy color: '#7C7726'

red 124 ◦ green 119 ◦ blue 38

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

Shades of Pesto #7C7726

Tints of Pesto #7C7726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.52%

R = 44.13%
G = 42.35%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#7C7726 (or 0x7C7726) is known color: Pesto. HEX triplet: 7C, 77 and 26. RGB value is (124,119,38). Sum of RGB (Red+Green+Blue) = 124+119+38=281 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.13% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7726 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7726 is #8388D9. Grayscale: #6F6F6F. Windows color (decimal): -8620250 or 2520956. OLE color: 2520956.

HSL color Cylindrical-coordinate representation of color #7C7726: hue angle of 56.51º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C7726 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 119 38 -
CMYK 0 0.04 0.69 0.51
HSL 56.51º 0.53% 0.32% -
HSV(B) 56.51º 0.69% 0.49% -
XYZ 15.26 17.62 4.43 -
YUV 111.26 86.66 137.09 -
System Red Green Blue C M Y K H S L
Decimal 124 119 38 0 0.04 0.69 0.51 56.51 0.53 0.32
Hex 7C 77 26 0 4 45 33 39 35 20
Octal 174 167 46 0 4 105 63 71 65 40
Binary 1111100 1110111 100110 0 100 1000101 110011 111001 110101 100000

Color Harmonies of #7C7726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7726

Black with #7C7726

Text Example


Text Example

White with #7C7726

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,119,38); }

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

background-color css

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

 a { background-color: rgb(124,119,38); }

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

border-color css

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

 span { border-color: rgb(124,119,38); }

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