#7C7217

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

Shades of Pesto #7C7217

Tints of Pesto #7C7217

Color information

#7C7217 (or 0x7C7217) is unknown color: approx Pesto. HEX triplet: 7C, 72 and 17. RGB value is (124,114,23). Sum of RGB (Red+Green+Blue) = 124+114+23=261 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.51% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7217 is #838DE8. Grayscale: #6A6A6A. Windows color (decimal): -8621545 or 1536636. OLE color: 1536636.

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

Color convert

RGB12411423-
CMYK00.080.810.51
HSL54.06º68.71%28.82%-
HSV(B)54.06º81.45%48.63%-
XYZ14.4816.383.21-
YUV106.6280.81140.4-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.51%
GREEN value IS 114 (44.92% from 255) = 43.68%
BLUE value IS 23 (9.38% from 255) = 8.81%
R=47.51%
G=43.68%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241142300.080.810.5154.0668.7128.82
Hex7C721708513336451d
Octal17416227010121636610535
Binary1111100111001010111010001010001110011110110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,114,23); }

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

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

 a { background-color: rgb(124,114,23); }

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

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

 span { border-color: rgb(124,114,23); }

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