#7B7226

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

Shades of Pesto #7B7226

Tints of Pesto #7B7226

Color information

#7B7226 (or 0x7B7226) is unknown color: approx Pesto. HEX triplet: 7B, 72 and 26. RGB value is (123,114,38). Sum of RGB (Red+Green+Blue) = 123+114+38=275 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.73% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7226 is #848DD9. Grayscale: #6C6C6C. Windows color (decimal): -8687066 or 2519675. OLE color: 2519675.

HSL color Cylindrical-coordinate representation of color #7B7226: hue angle of 53.65º 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 #7B7226 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.52.

Color convert

RGB12311438-
CMYK00.070.690.52
HSL53.65º52.8%31.57%-
HSV(B)53.65º69.11%48.24%-
XYZ14.5416.394.23-
YUV108.0388.48138.68-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.73%
GREEN value IS 114 (44.92% from 255) = 41.45%
BLUE value IS 38 (15.23% from 255) = 13.82%
R=44.73%
G=41.45%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231143800.070.690.5253.6552.831.57
Hex7B7226074534363520
Octal173162460710564666540
Binary1111011111001010011001111000101110100110110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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