Html Css Color HEX #7D7030 Pesto

📋 copy color: '#7D7030'

red 125 ◦ green 112 ◦ blue 48

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

Shades of Pesto #7D7030

Tints of Pesto #7D7030

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.3%

 BLUE value IS 48 (19.14% from 255) = 16.84%

R = 43.86%
G = 39.3%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#7D7030 (or 0x7D7030) is known color: Pesto. HEX triplet: 7D, 70 and 30. RGB value is (125,112,48). Sum of RGB (Red+Green+Blue) = 125+112+48=285 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.86% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7030 is #828FCF. Grayscale: #6C6C6C. Windows color (decimal): -8556496 or 3174525. OLE color: 3174525.

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

Color convert

RGB 125 112 48 -
CMYK 0 0.10 0.62 0.51
HSL 49.87º 0.45% 0.34% -
HSV(B) 49.87º 0.62% 0.49% -
XYZ 14.79 16.16 5.14 -
YUV 108.59 93.81 139.7 -
System Red Green Blue C M Y K H S L
Decimal 125 112 48 0 0.10 0.62 0.51 49.87 0.45 0.34
Hex 7D 70 30 0 A 3E 33 32 2D 22
Octal 175 160 60 0 12 76 63 62 55 42
Binary 1111101 1110000 110000 0 1010 111110 110011 110010 101101 100010

Color Harmonies of #7D7030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7030

Black with #7D7030

Text Example


Text Example

White with #7D7030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,112,48); }

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

background-color css

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

 a { background-color: rgb(125,112,48); }

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

border-color css

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

 span { border-color: rgb(125,112,48); }

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