#7C7526

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

Shades of Pesto #7C7526

Tints of Pesto #7C7526

Color information

#7C7526 (or 0x7C7526) is unknown color: approx Pesto. HEX triplet: 7C, 75 and 26. RGB value is (124,117,38). Sum of RGB (Red+Green+Blue) = 124+117+38=279 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.44% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7526 is #838AD9. Grayscale: #6E6E6E. Windows color (decimal): -8620762 or 2520444. OLE color: 2520444.

HSL color Cylindrical-coordinate representation of color #7C7526: hue angle of 55.12º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C7526 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB12411738-
CMYK00.060.690.51
HSL55.12º53.09%31.76%-
HSV(B)55.12º69.35%48.63%-
XYZ15.0217.154.35-
YUV110.0987.32137.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.44%
GREEN value IS 117 (46.09% from 255) = 41.94%
BLUE value IS 38 (15.23% from 255) = 13.62%
R=44.44%
G=41.94%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241173800.060.690.5155.1253.0931.76
Hex7C7526064533373520
Octal174165460610563676540
Binary1111100111010110011001101000101110011110111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,117,38); }

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

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

 a { background-color: rgb(124,117,38); }

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

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

 span { border-color: rgb(124,117,38); }

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