#7C7827

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

Shades of Pesto #7C7827

Tints of Pesto #7C7827

Color information

#7C7827 (or 0x7C7827) is unknown color: approx Pesto. HEX triplet: 7C, 78 and 27. RGB value is (124,120,39). Sum of RGB (Red+Green+Blue) = 124+120+39=283 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.82% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7827 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7827 is #8387D8. Grayscale: #707070. Windows color (decimal): -8619993 or 2586748. OLE color: 2586748.

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

Color convert

RGB12412039-
CMYK00.030.690.51
HSL57.18º52.15%31.96%-
HSV(B)57.18º68.55%48.63%-
XYZ15.3917.864.56-
YUV111.9686.83136.59-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.82%
GREEN value IS 120 (47.27% from 255) = 42.40%
BLUE value IS 39 (15.62% from 255) = 13.78%
R=43.82%
G=42.40%
B=13.78%

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
Decimal1241203900.030.690.5157.1852.1531.96
Hex7C7827034533393420
Octal174170470310563716440
Binary111110011110001001110111000101110011111001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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