#7C7517

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

Shades of Pesto #7C7517

Tints of Pesto #7C7517

Color information

#7C7517 (or 0x7C7517) is unknown color: approx Pesto. HEX triplet: 7C, 75 and 17. RGB value is (124,117,23). Sum of RGB (Red+Green+Blue) = 124+117+23=264 (34% of max value = 765). Red value is 124 (48.83% from 255 or 46.97% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7517 is #838AE8. Grayscale: #6C6C6C. Windows color (decimal): -8620777 or 1537404. OLE color: 1537404.

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

Color convert

RGB12411723-
CMYK00.060.810.51
HSL55.84º68.71%28.82%-
HSV(B)55.84º81.45%48.63%-
XYZ14.8317.073.32-
YUV108.3879.82139.14-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.97%
GREEN value IS 117 (46.09% from 255) = 44.32%
BLUE value IS 23 (9.38% from 255) = 8.71%
R=46.97%
G=44.32%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241172300.060.810.5155.8468.7128.82
Hex7C751706513338451d
Octal1741652706121637010535
Binary111110011101011011101101010001110011111000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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