Html Css Color HEX #7E7128 Pesto

📋 copy color: '#7E7128'

red 126 ◦ green 113 ◦ blue 40

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

Shades of Pesto #7E7128

Tints of Pesto #7E7128

RGB

 RED value IS 126 (49.61% from 255) = 45.16%

 GREEN value IS 113 (44.53% from 255) = 40.5%

 BLUE value IS 40 (16.02% from 255) = 14.34%

R = 45.16%
G = 40.5%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#7E7128 (or 0x7E7128) is known color: Pesto. HEX triplet: 7E, 71 and 28. RGB value is (126,113,40). Sum of RGB (Red+Green+Blue) = 126+113+40=279 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.16% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7128 is #818ED7. Grayscale: #6C6C6C. Windows color (decimal): -8490712 or 2650494. OLE color: 2650494.

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

Color convert

RGB 126 113 40 -
CMYK 0 0.10 0.68 0.51
HSL 50.93º 0.52% 0.33% -
HSV(B) 50.93º 0.68% 0.49% -
XYZ 14.89 16.4 4.39 -
YUV 108.57 89.31 140.44 -
System Red Green Blue C M Y K H S L
Decimal 126 113 40 0 0.10 0.68 0.51 50.93 0.52 0.33
Hex 7E 71 28 0 A 44 33 33 34 21
Octal 176 161 50 0 12 104 63 63 64 41
Binary 1111110 1110001 101000 0 1010 1000100 110011 110011 110100 100001

Color Harmonies of #7E7128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7128

Black with #7E7128

Text Example


Text Example

White with #7E7128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,113,40); }

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

background-color css

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

 a { background-color: rgb(126,113,40); }

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

border-color css

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

 span { border-color: rgb(126,113,40); }

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