#7C6F34

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

Shades of Pesto #7C6F34

Tints of Pesto #7C6F34

Color information

#7C6F34 (or 0x7C6F34) is unknown color: approx Pesto. HEX triplet: 7C, 6F and 34. RGB value is (124,111,52). Sum of RGB (Red+Green+Blue) = 124+111+52=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6F34 is #8390CB. Grayscale: #6C6C6C. Windows color (decimal): -8622284 or 3436412. OLE color: 3436412.

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

Color convert

RGB12411152-
CMYK00.100.580.51
HSL49.17º40.91%34.51%-
HSV(B)49.17º58.06%48.63%-
XYZ14.6215.95.55-
YUV108.1696.31139.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.21%
GREEN value IS 111 (43.75% from 255) = 38.68%
BLUE value IS 52 (20.70% from 255) = 18.12%
R=43.21%
G=38.68%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241115200.100.580.5149.1740.9134.51
Hex7C6F340A3A33312923
Octal174157640127263615143
Binary1111100110111111010001010111010110011110001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,111,52); }

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

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

 a { background-color: rgb(124,111,52); }

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

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

 span { border-color: rgb(124,111,52); }

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