#767945

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

Shades of Finch #767945

Tints of Finch #767945

Color information

#767945 (or 0x767945) is unknown color: approx Finch. HEX triplet: 76, 79 and 45. RGB value is (118,121,69). Sum of RGB (Red+Green+Blue) = 118+121+69=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 121 - color contains mainly: green. Hex color #767945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767945 is #8986BA. Grayscale: #727272. Windows color (decimal): -9012923 or 4553078. OLE color: 4553078.

HSL color Cylindrical-coordinate representation of color #767945: hue angle of 63.46º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #767945 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB11812169-
CMYK0.0200.430.53
HSL63.46º27.37%37.25%-
HSV(B)63.46º42.98%47.45%-
XYZ15.3817.968.29-
YUV114.18102.51130.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.31%
GREEN value IS 121 (47.66% from 255) = 39.29%
BLUE value IS 69 (27.34% from 255) = 22.40%
R=38.31%
G=39.29%
B=22.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118121690.0200.430.5363.4627.3737.25
Hex767945202B353f1b25
Octal166171105205365773345
Binary11101101111001100010110010101111010111111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767945; }

 p { color: rgb(118,121,69); }

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

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

 a { background-color: rgb(118,121,69); }

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

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

 span { border-color: rgb(118,121,69); }

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