Html Css Color HEX #7D6E34 Pesto

📋 copy color: '#7D6E34'

red 125 ◦ green 110 ◦ blue 52

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

Shades of Pesto #7D6E34

Tints of Pesto #7D6E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.12%

R = 43.55%
G = 38.33%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#7D6E34 (or 0x7D6E34) is known color: Pesto. HEX triplet: 7D, 6E and 34. RGB value is (125,110,52). Sum of RGB (Red+Green+Blue) = 125+110+52=287 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.55% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6E34 is #8291CB. Grayscale: #6C6C6C. Windows color (decimal): -8557004 or 3436157. OLE color: 3436157.

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

Color convert

RGB 125 110 52 -
CMYK 0 0.12 0.58 0.51
HSL 47.67º 0.41% 0.35% -
HSV(B) 47.67º 0.58% 0.49% -
XYZ 14.65 15.76 5.52 -
YUV 107.87 96.47 140.22 -
System Red Green Blue C M Y K H S L
Decimal 125 110 52 0 0.12 0.58 0.51 47.67 0.41 0.35
Hex 7D 6E 34 0 C 3A 33 30 29 23
Octal 175 156 64 0 14 72 63 60 51 43
Binary 1111101 1101110 110100 0 1100 111010 110011 110000 101001 100011

Color Harmonies of #7D6E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6E34

Black with #7D6E34

Text Example


Text Example

White with #7D6E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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