Html Css Color HEX #7D7428 Pesto

📋 copy color: '#7D7428'

red 125 ◦ green 116 ◦ blue 40

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

Shades of Pesto #7D7428

Tints of Pesto #7D7428

RGB

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

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

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

R = 44.48%
G = 41.28%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#7D7428 (or 0x7D7428) is known color: Pesto. HEX triplet: 7D, 74 and 28. RGB value is (125,116,40). Sum of RGB (Red+Green+Blue) = 125+116+40=281 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.48% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7428 is #828BD7. Grayscale: #6E6E6E. Windows color (decimal): -8555480 or 2651261. OLE color: 2651261.

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

Color convert

RGB 125 116 40 -
CMYK 0 0.07 0.68 0.51
HSL 53.65º 0.52% 0.32% -
HSV(B) 53.65º 0.68% 0.49% -
XYZ 15.09 17 4.49 -
YUV 110.03 88.48 138.68 -
System Red Green Blue C M Y K H S L
Decimal 125 116 40 0 0.07 0.68 0.51 53.65 0.52 0.32
Hex 7D 74 28 0 7 44 33 36 34 20
Octal 175 164 50 0 7 104 63 66 64 40
Binary 1111101 1110100 101000 0 111 1000100 110011 110110 110100 100000

Color Harmonies of #7D7428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7428

Black with #7D7428

Text Example


Text Example

White with #7D7428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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