#766924

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

Shades of Pesto #766924

Tints of Pesto #766924

Color information

#766924 (or 0x766924) is unknown color: approx Pesto. HEX triplet: 76, 69 and 24. RGB value is (118,105,36). Sum of RGB (Red+Green+Blue) = 118+105+36=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #766924 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766924 is #8996DB. Grayscale: #656565. Windows color (decimal): -9017052 or 2386294. OLE color: 2386294.

HSL color Cylindrical-coordinate representation of color #766924: hue angle of 50.49º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #766924 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB11810536-
CMYK00.110.690.54
HSL50.49º53.25%30.2%-
HSV(B)50.49º69.49%46.27%-
XYZ12.8414.083.71-
YUV101.0291.31140.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 105 (41.41% from 255) = 40.54%
BLUE value IS 36 (14.45% from 255) = 13.90%
R=45.56%
G=40.54%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181053600.110.690.5450.4953.2530.2
Hex7669240B453632351e
Octal1661514401310566626536
Binary1110110110100110010001011100010111011011001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766924; }

 p { color: rgb(118,105,36); }

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

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

 a { background-color: rgb(118,105,36); }

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

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

 span { border-color: rgb(118,105,36); }

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