Html Css Color HEX #7D7526 Pesto

📋 copy color: '#7D7526'

red 125 ◦ green 117 ◦ blue 38

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

Shades of Pesto #7D7526

Tints of Pesto #7D7526

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.79%

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

R = 44.64%
G = 41.79%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.51

RGB Variations

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

Color information

#7D7526 (or 0x7D7526) is known color: Pesto. HEX triplet: 7D, 75 and 26. RGB value is (125,117,38). Sum of RGB (Red+Green+Blue) = 125+117+38=280 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.64% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7526 is #828AD9. Grayscale: #6E6E6E. Windows color (decimal): -8555226 or 2520445. OLE color: 2520445.

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

Color convert

RGB 125 117 38 -
CMYK 0 0.06 0.70 0.51
HSL 54.48º 0.53% 0.32% -
HSV(B) 54.48º 0.7% 0.49% -
XYZ 15.17 17.22 4.36 -
YUV 110.39 87.15 138.42 -
System Red Green Blue C M Y K H S L
Decimal 125 117 38 0 0.06 0.70 0.51 54.48 0.53 0.32
Hex 7D 75 26 0 6 46 33 36 35 20
Octal 175 165 46 0 6 106 63 66 65 40
Binary 1111101 1110101 100110 0 110 1000110 110011 110110 110101 100000

Color Harmonies of #7D7526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7526

Black with #7D7526

Text Example


Text Example

White with #7D7526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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