Html Css Color HEX #7D7426 Pesto

📋 copy color: '#7D7426'

red 125 ◦ green 116 ◦ blue 38

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

Shades of Pesto #7D7426

Tints of Pesto #7D7426

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.58%

 BLUE value IS 38 (15.23% from 255) = 13.62%

R = 44.8%
G = 41.58%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.51

RGB Variations

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

Color information

#7D7426 (or 0x7D7426) is known color: Pesto. HEX triplet: 7D, 74 and 26. RGB value is (125,116,38). Sum of RGB (Red+Green+Blue) = 125+116+38=279 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.80% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7426 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7426 is #828BD9. Grayscale: #6E6E6E. Windows color (decimal): -8555482 or 2520189. OLE color: 2520189.

HSL color Cylindrical-coordinate representation of color #7D7426: hue angle of 53.79º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D7426 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 116 38 -
CMYK 0 0.07 0.70 0.51
HSL 53.79º 0.53% 0.32% -
HSV(B) 53.79º 0.7% 0.49% -
XYZ 15.05 16.99 4.32 -
YUV 109.8 87.48 138.84 -
System Red Green Blue C M Y K H S L
Decimal 125 116 38 0 0.07 0.70 0.51 53.79 0.53 0.32
Hex 7D 74 26 0 7 46 33 36 35 20
Octal 175 164 46 0 7 106 63 66 65 40
Binary 1111101 1110100 100110 0 111 1000110 110011 110110 110101 100000

Color Harmonies of #7D7426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7426

Black with #7D7426

Text Example


Text Example

White with #7D7426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,116,38); }

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

background-color css

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

 a { background-color: rgb(125,116,38); }

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

border-color css

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

 span { border-color: rgb(125,116,38); }

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