#7D7334

Color #7D7334 Pesto (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pesto #7D7334

Tints of Pesto #7D7334

Color information

#7D7334 (or 0x7D7334) is unknown color: approx 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

RGB12511552-
CMYK00.080.580.51
HSL51.78º41.24%34.71%-
HSV(B)51.78º58.4%49.02%-
XYZ15.2116.875.7-
YUV110.8194.81138.12-

RGB Variations

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

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.70% from 255) = 17.81%
R=42.81%
G=39.38%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251155200.080.580.5151.7841.2434.71
Hex7D7334083A33342923
Octal175163640107263645143
Binary1111101111001111010001000111010110011110100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>