#7D6F23

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

Shades of Pesto #7D6F23

Tints of Pesto #7D6F23

Color information

#7D6F23 (or 0x7D6F23) is unknown color: approx Pesto. HEX triplet: 7D, 6F and 23. RGB value is (125,111,35). Sum of RGB (Red+Green+Blue) = 125+111+35=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 35 (14.06% from 255 or 12.92% from 271); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6F23 is #8290DC. Grayscale: #6A6A6A. Windows color (decimal): -8556765 or 2322301. OLE color: 2322301.

HSL color Cylindrical-coordinate representation of color #7D6F23: hue angle of 50.67º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D6F23 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.51.

Color convert

RGB12511135-
CMYK00.110.720.51
HSL50.67º56.25%31.37%-
HSV(B)50.67º72%49.02%-
XYZ14.4515.853.89-
YUV106.5287.64141.18-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 46.13%
GREEN value IS 111 (43.75% from 255) = 40.96%
BLUE value IS 35 (14.06% from 255) = 12.92%
R=46.13%
G=40.96%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.72
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251113500.110.720.5150.6756.2531.37
Hex7D6F230B483333381f
Octal1751574301311063637037
Binary1111101110111110001101011100100011001111001111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,111,35); }

 H1.HeaderClassName
 {
   color: #7D6F23;
 }
 .AnyTagClassName
 {
   color: #7D6F23;
 }
</style>
background-color css

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

 a { background-color: rgb(125,111,35); }

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

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

 span { border-color: rgb(125,111,35); }

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