#7C7826

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

Shades of Pesto #7C7826

Tints of Pesto #7C7826

Color information

#7C7826 (or 0x7C7826) is unknown color: approx Pesto. HEX triplet: 7C, 78 and 26. RGB value is (124,120,38). Sum of RGB (Red+Green+Blue) = 124+120+38=282 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.97% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7826 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7826 is #8387D9. Grayscale: #707070. Windows color (decimal): -8619994 or 2521212. OLE color: 2521212.

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

Color convert

RGB12412038-
CMYK00.030.690.51
HSL57.21º53.09%31.76%-
HSV(B)57.21º69.35%48.63%-
XYZ15.3817.864.47-
YUV111.8586.33136.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.97%
GREEN value IS 120 (47.27% from 255) = 42.55%
BLUE value IS 38 (15.23% from 255) = 13.48%
R=43.97%
G=42.55%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241203800.030.690.5157.2153.0931.76
Hex7C7826034533393520
Octal174170460310563716540
Binary111110011110001001100111000101110011111001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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