#7B7426

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

Shades of Pesto #7B7426

Tints of Pesto #7B7426

Color information

#7B7426 (or 0x7B7426) is unknown color: approx Pesto. HEX triplet: 7B, 74 and 26. RGB value is (123,116,38). Sum of RGB (Red+Green+Blue) = 123+116+38=277 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.40% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7426 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7426 is #848BD9. Grayscale: #6D6D6D. Windows color (decimal): -8686554 or 2520187. OLE color: 2520187.

HSL color Cylindrical-coordinate representation of color #7B7426: hue angle of 55.06º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B7426 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.52.

Color convert

RGB12311638-
CMYK00.060.690.52
HSL55.06º52.8%31.57%-
HSV(B)55.06º69.11%48.24%-
XYZ14.7616.844.31-
YUV109.287.82137.84-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.40%
GREEN value IS 116 (45.70% from 255) = 41.88%
BLUE value IS 38 (15.23% from 255) = 13.72%
R=44.40%
G=41.88%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231163800.060.690.5255.0652.831.57
Hex7B7426064534373520
Octal173164460610564676540
Binary1111011111010010011001101000101110100110111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,116,38); }

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

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

 a { background-color: rgb(123,116,38); }

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

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

 span { border-color: rgb(123,116,38); }

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