#7C711F

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

Shades of Pesto #7C711F

Tints of Pesto #7C711F

Color information

#7C711F (or 0x7C711F) is unknown color: approx Pesto. HEX triplet: 7C, 71 and 1F. RGB value is (124,113,31). Sum of RGB (Red+Green+Blue) = 124+113+31=268 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.27% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 124 - color contains mainly: red. Hex color #7C711F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C711F is #838EE0. Grayscale: #6B6B6B. Windows color (decimal): -8621793 or 2060668. OLE color: 2060668.

HSL color Cylindrical-coordinate representation of color #7C711F: hue angle of 52.9º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C711F is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB12411331-
CMYK00.090.750.51
HSL52.9º60%30.39%-
HSV(B)52.9º75%48.63%-
XYZ14.4616.193.66-
YUV106.9485.14140.17-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.27%
GREEN value IS 113 (44.53% from 255) = 42.16%
BLUE value IS 31 (12.5% from 255) = 11.57%
R=46.27%
G=42.16%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241133100.090.750.5152.96030.39
Hex7C711F094B33353c1e
Octal1741613701111363657436
Binary111110011100011111101001100101111001111010111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C711F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,113,31); }

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

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

 a { background-color: rgb(124,113,31); }

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

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

 span { border-color: rgb(124,113,31); }

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