#7B712D

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

Shades of Pesto #7B712D

Tints of Pesto #7B712D

Color information

#7B712D (or 0x7B712D) is unknown color: approx Pesto. HEX triplet: 7B, 71 and 2D. RGB value is (123,113,45). Sum of RGB (Red+Green+Blue) = 123+113+45=281 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.77% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 123 - color contains mainly: red. Hex color #7B712D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B712D is #848ED2. Grayscale: #6C6C6C. Windows color (decimal): -8687315 or 2978171. OLE color: 2978171.

HSL color Cylindrical-coordinate representation of color #7B712D: hue angle of 52.31º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B712D is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB12311345-
CMYK00.080.630.52
HSL52.31º46.43%32.94%-
HSV(B)52.31º63.41%48.24%-
XYZ14.5516.214.84-
YUV108.2492.31138.53-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 43.77%
GREEN value IS 113 (44.53% from 255) = 40.21%
BLUE value IS 45 (17.97% from 255) = 16.01%
R=43.77%
G=40.21%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231134500.080.630.5252.3146.4332.94
Hex7B712D083F34342e21
Octal173161550107764645641
Binary1111011111000110110101000111111110100110100101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B712D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,113,45); }

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

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

 a { background-color: rgb(123,113,45); }

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

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

 span { border-color: rgb(123,113,45); }

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