Html Css Color HEX #7D7031 Pesto

📋 copy color: '#7D7031'

red 125 ◦ green 112 ◦ blue 49

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

Shades of Pesto #7D7031

Tints of Pesto #7D7031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.13%

R = 43.71%
G = 39.16%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.51

RGB Variations

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

Color information

#7D7031 (or 0x7D7031) is known color: Pesto. HEX triplet: 7D, 70 and 31. RGB value is (125,112,49). Sum of RGB (Red+Green+Blue) = 125+112+49=286 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.71% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7031 is #828FCE. Grayscale: #6C6C6C. Windows color (decimal): -8556495 or 3240061. OLE color: 3240061.

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

Color convert

RGB 125 112 49 -
CMYK 0 0.10 0.61 0.51
HSL 49.74º 0.44% 0.34% -
HSV(B) 49.74º 0.61% 0.49% -
XYZ 14.81 16.17 5.25 -
YUV 108.71 94.31 139.62 -
System Red Green Blue C M Y K H S L
Decimal 125 112 49 0 0.10 0.61 0.51 49.74 0.44 0.34
Hex 7D 70 31 0 A 3D 33 32 2C 22
Octal 175 160 61 0 12 75 63 62 54 42
Binary 1111101 1110000 110001 0 1010 111101 110011 110010 101100 100010

Color Harmonies of #7D7031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7031

Black with #7D7031

Text Example


Text Example

White with #7D7031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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