Html Css Color HEX #7D7331 Pesto

📋 copy color: '#7D7331'

red 125 ◦ green 115 ◦ blue 49

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

Shades of Pesto #7D7331

Tints of Pesto #7D7331

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.79%

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

R = 43.25%
G = 39.79%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.51

RGB Variations

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

Color information

#7D7331 (or 0x7D7331) is known color: Pesto. HEX triplet: 7D, 73 and 31. RGB value is (125,115,49). Sum of RGB (Red+Green+Blue) = 125+115+49=289 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.25% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7331 is #828CCE. Grayscale: #6E6E6E. Windows color (decimal): -8555727 or 3240829. OLE color: 3240829.

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

Color convert

RGB 125 115 49 -
CMYK 0 0.08 0.61 0.51
HSL 52.11º 0.44% 0.34% -
HSV(B) 52.11º 0.61% 0.49% -
XYZ 15.14 16.84 5.36 -
YUV 110.47 93.31 138.37 -
System Red Green Blue C M Y K H S L
Decimal 125 115 49 0 0.08 0.61 0.51 52.11 0.44 0.34
Hex 7D 73 31 0 8 3D 33 34 2C 22
Octal 175 163 61 0 10 75 63 64 54 42
Binary 1111101 1110011 110001 0 1000 111101 110011 110100 101100 100010

Color Harmonies of #7D7331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7331

Black with #7D7331

Text Example


Text Example

White with #7D7331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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