#7B762C

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

Shades of Pesto #7B762C

Tints of Pesto #7B762C

Color information

#7B762C (or 0x7B762C) is unknown color: approx Pesto. HEX triplet: 7B, 76 and 2C. RGB value is (123,118,44). Sum of RGB (Red+Green+Blue) = 123+118+44=285 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.16% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 123 - color contains mainly: red. Hex color #7B762C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B762C is #8489D3. Grayscale: #6F6F6F. Windows color (decimal): -8686036 or 2913915. OLE color: 2913915.

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

Color convert

RGB12311844-
CMYK00.040.640.52
HSL56.2º47.31%32.75%-
HSV(B)56.2º64.23%48.24%-
XYZ15.117.354.94-
YUV111.0690.16136.52-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 43.16%
GREEN value IS 118 (46.48% from 255) = 41.40%
BLUE value IS 44 (17.58% from 255) = 15.44%
R=43.16%
G=41.40%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231184400.040.640.5256.247.3132.75
Hex7B762C044034382f21
Octal173166540410064705741
Binary1111011111011010110001001000000110100111000101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B762C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,118,44); }

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

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

 a { background-color: rgb(123,118,44); }

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

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

 span { border-color: rgb(123,118,44); }

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