Html Css Color HEX #7E742D Pesto

📋 copy color: '#7E742D'

red 126 ◦ green 116 ◦ blue 45

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

Shades of Pesto #7E742D

Tints of Pesto #7E742D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.68%

R = 43.9%
G = 40.42%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#7E742D (or 0x7E742D) is known color: Pesto. HEX triplet: 7E, 74 and 2D. RGB value is (126,116,45). Sum of RGB (Red+Green+Blue) = 126+116+45=287 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.90% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 126 - color contains mainly: red. Hex color #7E742D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E742D is #818BD2. Grayscale: #6F6F6F. Windows color (decimal): -8489939 or 2978942. OLE color: 2978942.

HSL color Cylindrical-coordinate representation of color #7E742D: hue angle of 52.59º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7E742D is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 116 45 -
CMYK 0 0.08 0.64 0.51
HSL 52.59º 0.47% 0.34% -
HSV(B) 52.59º 0.64% 0.49% -
XYZ 15.32 17.12 4.98 -
YUV 110.9 90.81 138.77 -
System Red Green Blue C M Y K H S L
Decimal 126 116 45 0 0.08 0.64 0.51 52.59 0.47 0.34
Hex 7E 74 2D 0 8 40 33 35 2F 22
Octal 176 164 55 0 10 100 63 65 57 42
Binary 1111110 1110100 101101 0 1000 1000000 110011 110101 101111 100010

Color Harmonies of #7E742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E742D

Black with #7E742D

Text Example


Text Example

White with #7E742D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,116,45); }

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

background-color css

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

 a { background-color: rgb(126,116,45); }

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

border-color css

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

 span { border-color: rgb(126,116,45); }

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