Html Css Color HEX #7D741D Pesto

📋 copy color: '#7D741D'

red 125 ◦ green 116 ◦ blue 29

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

Shades of Pesto #7D741D

Tints of Pesto #7D741D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.74%

R = 46.3%
G = 42.96%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.51

RGB Variations

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

Color information

#7D741D (or 0x7D741D) is known color: Pesto. HEX triplet: 7D, 74 and 1D. RGB value is (125,116,29). Sum of RGB (Red+Green+Blue) = 125+116+29=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 125 - color contains mainly: red. Hex color #7D741D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D741D is #828BE2. Grayscale: #6D6D6D. Windows color (decimal): -8555491 or 1930365. OLE color: 1930365.

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

Color convert

RGB 125 116 29 -
CMYK 0 0.07 0.77 0.51
HSL 54.38º 0.62% 0.3% -
HSV(B) 54.38º 0.77% 0.49% -
XYZ 14.92 16.94 3.65 -
YUV 108.77 82.98 139.57 -
System Red Green Blue C M Y K H S L
Decimal 125 116 29 0 0.07 0.77 0.51 54.38 0.62 0.3
Hex 7D 74 1D 0 7 4D 33 36 3E 1E
Octal 175 164 35 0 7 115 63 66 76 36
Binary 1111101 1110100 11101 0 111 1001101 110011 110110 111110 11110

Color Harmonies of #7D741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D741D

Black with #7D741D

Text Example


Text Example

White with #7D741D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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