Html Css Color HEX #7E7534 Pesto

📋 copy color: '#7E7534'

red 126 ◦ green 117 ◦ blue 52

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

Shades of Pesto #7E7534

Tints of Pesto #7E7534

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.66%

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

R = 42.71%
G = 39.66%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.59

 K value IS 0.51

RGB Variations

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

Color information

#7E7534 (or 0x7E7534) is known color: Pesto. HEX triplet: 7E, 75 and 34. RGB value is (126,117,52). Sum of RGB (Red+Green+Blue) = 126+117+52=295 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.71% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7534 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7534 is #818ACB. Grayscale: #707070. Windows color (decimal): -8489676 or 3437950. OLE color: 3437950.

HSL color Cylindrical-coordinate representation of color #7E7534: hue angle of 52.7º 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 #7E7534 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 117 52 -
CMYK 0 0.07 0.59 0.51
HSL 52.7º 0.42% 0.35% -
HSV(B) 52.7º 0.59% 0.49% -
XYZ 15.59 17.41 5.79 -
YUV 112.28 93.98 137.79 -
System Red Green Blue C M Y K H S L
Decimal 126 117 52 0 0.07 0.59 0.51 52.7 0.42 0.35
Hex 7E 75 34 0 7 3B 33 35 2A 23
Octal 176 165 64 0 7 73 63 65 52 43
Binary 1111110 1110101 110100 0 111 111011 110011 110101 101010 100011

Color Harmonies of #7E7534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7534

Black with #7E7534

Text Example


Text Example

White with #7E7534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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