Html Css Color HEX #7D7036 Pesto

📋 copy color: '#7D7036'

red 125 ◦ green 112 ◦ blue 54

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

Shades of Pesto #7D7036

Tints of Pesto #7D7036

RGB

 RED value IS 125 (49.22% from 255) = 42.96%

 GREEN value IS 112 (44.14% from 255) = 38.49%

 BLUE value IS 54 (21.48% from 255) = 18.56%

R = 42.96%
G = 38.49%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#7D7036 (or 0x7D7036) is known color: Pesto. HEX triplet: 7D, 70 and 36. RGB value is (125,112,54). Sum of RGB (Red+Green+Blue) = 125+112+54=291 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.96% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7036 is #828FC9. Grayscale: #6D6D6D. Windows color (decimal): -8556490 or 3567741. OLE color: 3567741.

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

Color convert

RGB 125 112 54 -
CMYK 0 0.10 0.57 0.51
HSL 49.01º 0.4% 0.35% -
HSV(B) 49.01º 0.57% 0.49% -
XYZ 14.92 16.21 5.83 -
YUV 109.28 96.81 139.22 -
System Red Green Blue C M Y K H S L
Decimal 125 112 54 0 0.10 0.57 0.51 49.01 0.4 0.35
Hex 7D 70 36 0 A 39 33 31 28 23
Octal 175 160 66 0 12 71 63 61 50 43
Binary 1111101 1110000 110110 0 1010 111001 110011 110001 101000 100011

Color Harmonies of #7D7036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7036

Black with #7D7036

Text Example


Text Example

White with #7D7036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,112,54); }

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

background-color css

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

 a { background-color: rgb(125,112,54); }

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

border-color css

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

 span { border-color: rgb(125,112,54); }

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