#7B782D

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

Shades of Pesto #7B782D

Tints of Pesto #7B782D

Color information

#7B782D (or 0x7B782D) is unknown color: approx Pesto. HEX triplet: 7B, 78 and 2D. RGB value is (123,120,45). Sum of RGB (Red+Green+Blue) = 123+120+45=288 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.71% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 123 - color contains mainly: red. Hex color #7B782D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B782D is #8487D2. Grayscale: #707070. Windows color (decimal): -8685523 or 2979963. OLE color: 2979963.

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

Color convert

RGB12312045-
CMYK00.020.630.52
HSL57.69º46.43%32.94%-
HSV(B)57.69º63.41%48.24%-
XYZ15.3617.835.12-
YUV112.3589.99135.6-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.71%
GREEN value IS 120 (47.27% from 255) = 41.67%
BLUE value IS 45 (17.97% from 255) = 15.62%
R=42.71%
G=41.67%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231204500.020.630.5257.6946.4332.94
Hex7B782D023F343a2e21
Octal17317055027764725641
Binary11110111111000101101010111111110100111010101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B782D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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