#767B56

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

Shades of Finch #767B56

Tints of Finch #767B56

Color information

#767B56 (or 0x767B56) is unknown color: approx Finch. HEX triplet: 76, 7B and 56. RGB value is (118,123,86). Sum of RGB (Red+Green+Blue) = 118+123+86=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 123 - color contains mainly: green. Hex color #767B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767B56 is #8984A9. Grayscale: #757575. Windows color (decimal): -9012394 or 5667702. OLE color: 5667702.

HSL color Cylindrical-coordinate representation of color #767B56: hue angle of 68.11º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #767B56 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB11812386-
CMYK0.0400.300.52
HSL68.11º17.7%40.98%-
HSV(B)68.11º30.08%48.24%-
XYZ16.2318.6911.56-
YUV117.29110.34128.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.09%
GREEN value IS 123 (48.44% from 255) = 37.61%
BLUE value IS 86 (33.98% from 255) = 26.30%
R=36.09%
G=37.61%
B=26.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118123860.0400.300.5268.1117.740.98
Hex767B56401E34441229
Octal1661731264036641042251
Binary111011011110111010110100011110110100100010010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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