#7B7720

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

Shades of Pesto #7B7720

Tints of Pesto #7B7720

Color information

#7B7720 (or 0x7B7720) is unknown color: approx Pesto. HEX triplet: 7B, 77 and 20. RGB value is (123,119,32). Sum of RGB (Red+Green+Blue) = 123+119+32=274 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.89% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7720 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7720 is #8488DF. Grayscale: #6E6E6E. Windows color (decimal): -8685792 or 2127739. OLE color: 2127739.

HSL color Cylindrical-coordinate representation of color #7B7720: hue angle of 57.36º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7B7720 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.52.

Color convert

RGB12311932-
CMYK00.030.740.52
HSL57.36º58.71%30.39%-
HSV(B)57.36º73.98%48.24%-
XYZ15.0317.513.95-
YUV110.2883.83137.07-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.89%
GREEN value IS 119 (46.88% from 255) = 43.43%
BLUE value IS 32 (12.89% from 255) = 11.68%
R=44.89%
G=43.43%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231193200.030.740.5257.3658.7130.39
Hex7B7720034A34393b1e
Octal173167400311264717336
Binary11110111110111100000011100101011010011100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,119,32); }

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

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

 a { background-color: rgb(123,119,32); }

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

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

 span { border-color: rgb(123,119,32); }

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