Html Css Color HEX #7D732E Pesto

📋 copy color: '#7D732E'

red 125 ◦ green 115 ◦ blue 46

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

Shades of Pesto #7D732E

Tints of Pesto #7D732E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.08%

R = 43.71%
G = 40.21%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7D732E (or 0x7D732E) is known color: Pesto. HEX triplet: 7D, 73 and 2E. RGB value is (125,115,46). Sum of RGB (Red+Green+Blue) = 125+115+46=286 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.71% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 125 - color contains mainly: red. Hex color #7D732E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D732E is #828CD1. Grayscale: #6E6E6E. Windows color (decimal): -8555730 or 3044221. OLE color: 3044221.

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

Color convert

RGB 125 115 46 -
CMYK 0 0.08 0.63 0.51
HSL 52.41º 0.46% 0.34% -
HSV(B) 52.41º 0.63% 0.49% -
XYZ 15.08 16.82 5.04 -
YUV 110.12 91.81 138.61 -
System Red Green Blue C M Y K H S L
Decimal 125 115 46 0 0.08 0.63 0.51 52.41 0.46 0.34
Hex 7D 73 2E 0 8 3F 33 34 2E 22
Octal 175 163 56 0 10 77 63 64 56 42
Binary 1111101 1110011 101110 0 1000 111111 110011 110100 101110 100010

Color Harmonies of #7D732E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D732E

Black with #7D732E

Text Example


Text Example

White with #7D732E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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