Html Css Color HEX #7D6E24 Pesto

📋 copy color: '#7D6E24'

red 125 ◦ green 110 ◦ blue 36

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

Shades of Pesto #7D6E24

Tints of Pesto #7D6E24

RGB

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

 GREEN value IS 110 (43.36% from 255) = 40.59%

 BLUE value IS 36 (14.45% from 255) = 13.28%

R = 46.13%
G = 40.59%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.51

RGB Variations

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

Color information

#7D6E24 (or 0x7D6E24) is known color: Pesto. HEX triplet: 7D, 6E and 24. RGB value is (125,110,36). Sum of RGB (Red+Green+Blue) = 125+110+36=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 110 (43.36% from 255 or 40.59% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6E24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6E24 is #8291DB. Grayscale: #6A6A6A. Windows color (decimal): -8557020 or 2387581. OLE color: 2387581.

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

Color convert

RGB 125 110 36 -
CMYK 0 0.12 0.71 0.51
HSL 49.89º 0.55% 0.32% -
HSV(B) 49.89º 0.71% 0.49% -
XYZ 14.35 15.64 3.93 -
YUV 106.05 88.47 141.52 -
System Red Green Blue C M Y K H S L
Decimal 125 110 36 0 0.12 0.71 0.51 49.89 0.55 0.32
Hex 7D 6E 24 0 C 47 33 32 37 20
Octal 175 156 44 0 14 107 63 62 67 40
Binary 1111101 1101110 100100 0 1100 1000111 110011 110010 110111 100000

Color Harmonies of #7D6E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6E24

Black with #7D6E24

Text Example


Text Example

White with #7D6E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,110,36); }

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

background-color css

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

 a { background-color: rgb(125,110,36); }

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

border-color css

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

 span { border-color: rgb(125,110,36); }

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