#7C7028

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

Shades of Pesto #7C7028

Tints of Pesto #7C7028

Color information

#7C7028 (or 0x7C7028) is unknown color: approx Pesto. HEX triplet: 7C, 70 and 28. RGB value is (124,112,40). Sum of RGB (Red+Green+Blue) = 124+112+40=276 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.93% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7028 is #838FD7. Grayscale: #6B6B6B. Windows color (decimal): -8622040 or 2650236. OLE color: 2650236.

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

Color convert

RGB12411240-
CMYK00.100.680.51
HSL51.43º51.22%32.16%-
HSV(B)51.43º67.74%48.63%-
XYZ14.4916.034.34-
YUV107.3889.98139.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.93%
GREEN value IS 112 (44.14% from 255) = 40.58%
BLUE value IS 40 (16.02% from 255) = 14.49%
R=44.93%
G=40.58%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241124000.100.680.5151.4351.2232.16
Hex7C70280A4433333320
Octal1741605001210463636340
Binary11111001110000101000010101000100110011110011110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,112,40); }

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

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

 a { background-color: rgb(124,112,40); }

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

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

 span { border-color: rgb(124,112,40); }

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