Html Css Color HEX #7E7234 Pesto

📋 copy color: '#7E7234'

red 126 ◦ green 114 ◦ blue 52

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

Shades of Pesto #7E7234

Tints of Pesto #7E7234

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.04%

 BLUE value IS 52 (20.7% from 255) = 17.81%

R = 43.15%
G = 39.04%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.51

RGB Variations

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

Color information

#7E7234 (or 0x7E7234) is known color: Pesto. HEX triplet: 7E, 72 and 34. RGB value is (126,114,52). Sum of RGB (Red+Green+Blue) = 126+114+52=292 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.15% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7234 is #818DCB. Grayscale: #6E6E6E. Windows color (decimal): -8490444 or 3437182. OLE color: 3437182.

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

Color convert

RGB 126 114 52 -
CMYK 0 0.10 0.59 0.51
HSL 50.27º 0.42% 0.35% -
HSV(B) 50.27º 0.59% 0.49% -
XYZ 15.24 16.72 5.67 -
YUV 110.52 94.98 139.04 -
System Red Green Blue C M Y K H S L
Decimal 126 114 52 0 0.10 0.59 0.51 50.27 0.42 0.35
Hex 7E 72 34 0 A 3B 33 32 2A 23
Octal 176 162 64 0 12 73 63 62 52 43
Binary 1111110 1110010 110100 0 1010 111011 110011 110010 101010 100011

Color Harmonies of #7E7234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7234

Black with #7E7234

Text Example


Text Example

White with #7E7234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,114,52); }

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

background-color css

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

 a { background-color: rgb(126,114,52); }

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

border-color css

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

 span { border-color: rgb(126,114,52); }

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