#767C56

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

Shades of Finch #767C56

Tints of Finch #767C56

Color information

#767C56 (or 0x767C56) is unknown color: approx Finch. HEX triplet: 76, 7C and 56. RGB value is (118,124,86). Sum of RGB (Red+Green+Blue) = 118+124+86=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 124 - color contains mainly: green. Hex color #767C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767C56 is #8983A9. Grayscale: #767676. Windows color (decimal): -9012138 or 5667958. OLE color: 5667958.

HSL color Cylindrical-coordinate representation of color #767C56: hue angle of 69.47º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #767C56 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB11812486-
CMYK0.0500.310.51
HSL69.47º18.1%41.18%-
HSV(B)69.47º30.65%48.63%-
XYZ16.3618.9411.6-
YUV117.87110.01128.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.98%
GREEN value IS 124 (48.83% from 255) = 37.80%
BLUE value IS 86 (33.98% from 255) = 26.22%
R=35.98%
G=37.80%
B=26.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118124860.0500.310.5169.4718.141.18
Hex767C56501F33451229
Octal1661741265037631052251
Binary111011011111001010110101011111110011100010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767C56; }

 p { color: rgb(118,124,86); }

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

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

 a { background-color: rgb(118,124,86); }

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

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

 span { border-color: rgb(118,124,86); }

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