Html Css Color HEX #7D7322 Pesto

📋 copy color: '#7D7322'

red 125 ◦ green 115 ◦ blue 34

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

Shades of Pesto #7D7322

Tints of Pesto #7D7322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.41%

R = 45.62%
G = 41.97%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.51

RGB Variations

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

Color information

#7D7322 (or 0x7D7322) is known color: Pesto. HEX triplet: 7D, 73 and 22. RGB value is (125,115,34). Sum of RGB (Red+Green+Blue) = 125+115+34=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7322 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7322 is #828CDD. Grayscale: #6D6D6D. Windows color (decimal): -8555742 or 2257789. OLE color: 2257789.

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

Color convert

RGB 125 115 34 -
CMYK 0 0.08 0.73 0.51
HSL 53.41º 0.57% 0.31% -
HSV(B) 53.41º 0.73% 0.49% -
XYZ 14.88 16.74 3.96 -
YUV 108.76 85.81 139.59 -
System Red Green Blue C M Y K H S L
Decimal 125 115 34 0 0.08 0.73 0.51 53.41 0.57 0.31
Hex 7D 73 22 0 8 49 33 35 39 1F
Octal 175 163 42 0 10 111 63 65 71 37
Binary 1111101 1110011 100010 0 1000 1001001 110011 110101 111001 11111

Color Harmonies of #7D7322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7322

Black with #7D7322

Text Example


Text Example

White with #7D7322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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