Html Css Color HEX #7D7334 Pesto

📋 copy color: '#7D7334'

red 125 ◦ green 115 ◦ blue 52

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

Shades of Pesto #7D7334

Tints of Pesto #7D7334

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.38%

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

R = 42.81%
G = 39.38%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#7D7334 (or 0x7D7334) is known color: Pesto. HEX triplet: 7D, 73 and 34. RGB value is (125,115,52). Sum of RGB (Red+Green+Blue) = 125+115+52=292 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.81% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7334 is #828CCB. Grayscale: #6F6F6F. Windows color (decimal): -8555724 or 3437437. OLE color: 3437437.

HSL color Cylindrical-coordinate representation of color #7D7334: hue angle of 51.78º 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 #7D7334 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 115 52 -
CMYK 0 0.08 0.58 0.51
HSL 51.78º 0.41% 0.35% -
HSV(B) 51.78º 0.58% 0.49% -
XYZ 15.21 16.87 5.7 -
YUV 110.81 94.81 138.12 -
System Red Green Blue C M Y K H S L
Decimal 125 115 52 0 0.08 0.58 0.51 51.78 0.41 0.35
Hex 7D 73 34 0 8 3A 33 34 29 23
Octal 175 163 64 0 10 72 63 64 51 43
Binary 1111101 1110011 110100 0 1000 111010 110011 110100 101001 100011

Color Harmonies of #7D7334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7334

Black with #7D7334

Text Example


Text Example

White with #7D7334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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