Html Css Color HEX #7D702D Pesto

📋 copy color: '#7D702D'

red 125 ◦ green 112 ◦ blue 45

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

Shades of Pesto #7D702D

Tints of Pesto #7D702D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.96%

R = 44.33%
G = 39.72%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#7D702D (or 0x7D702D) is known color: Pesto. HEX triplet: 7D, 70 and 2D. RGB value is (125,112,45). Sum of RGB (Red+Green+Blue) = 125+112+45=282 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.33% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 125 - color contains mainly: red. Hex color #7D702D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D702D is #828FD2. Grayscale: #6C6C6C. Windows color (decimal): -8556499 or 2977917. OLE color: 2977917.

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

Color convert

RGB 125 112 45 -
CMYK 0 0.10 0.64 0.51
HSL 50.25º 0.47% 0.33% -
HSV(B) 50.25º 0.64% 0.49% -
XYZ 14.73 16.14 4.82 -
YUV 108.25 92.31 139.95 -
System Red Green Blue C M Y K H S L
Decimal 125 112 45 0 0.10 0.64 0.51 50.25 0.47 0.33
Hex 7D 70 2D 0 A 40 33 32 2F 21
Octal 175 160 55 0 12 100 63 62 57 41
Binary 1111101 1110000 101101 0 1010 1000000 110011 110010 101111 100001

Color Harmonies of #7D702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D702D

Black with #7D702D

Text Example


Text Example

White with #7D702D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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