Html Css Color HEX #7D7528 Pesto

📋 copy color: '#7D7528'

red 125 ◦ green 117 ◦ blue 40

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

Shades of Pesto #7D7528

Tints of Pesto #7D7528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.18%

R = 44.33%
G = 41.49%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#7D7528 (or 0x7D7528) is known color: Pesto. HEX triplet: 7D, 75 and 28. RGB value is (125,117,40). Sum of RGB (Red+Green+Blue) = 125+117+40=282 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.33% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7528 is #828AD7. Grayscale: #6E6E6E. Windows color (decimal): -8555224 or 2651517. OLE color: 2651517.

HSL color Cylindrical-coordinate representation of color #7D7528: hue angle of 54.35º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D7528 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 117 40 -
CMYK 0 0.06 0.68 0.51
HSL 54.35º 0.52% 0.32% -
HSV(B) 54.35º 0.68% 0.49% -
XYZ 15.2 17.24 4.53 -
YUV 110.61 88.15 138.26 -
System Red Green Blue C M Y K H S L
Decimal 125 117 40 0 0.06 0.68 0.51 54.35 0.52 0.32
Hex 7D 75 28 0 6 44 33 36 34 20
Octal 175 165 50 0 6 104 63 66 64 40
Binary 1111101 1110101 101000 0 110 1000100 110011 110110 110100 100000

Color Harmonies of #7D7528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7528

Black with #7D7528

Text Example


Text Example

White with #7D7528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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