#767B5A

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

Shades of Finch #767B5A

Tints of Finch #767B5A

Color information

#767B5A (or 0x767B5A) is unknown color: approx Finch. HEX triplet: 76, 7B and 5A. RGB value is (118,123,90). Sum of RGB (Red+Green+Blue) = 118+123+90=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 123 - color contains mainly: green. Hex color #767B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767B5A is #8984A5. Grayscale: #757575. Windows color (decimal): -9012390 or 5929846. OLE color: 5929846.

HSL color Cylindrical-coordinate representation of color #767B5A: hue angle of 69.09º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #767B5A is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.

Color convert

RGB11812390-
CMYK0.0400.270.52
HSL69.09º15.49%41.76%-
HSV(B)69.09º26.83%48.24%-
XYZ16.418.7612.43-
YUV117.74112.34128.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.65%
GREEN value IS 123 (48.44% from 255) = 37.16%
BLUE value IS 90 (35.55% from 255) = 27.19%
R=35.65%
G=37.16%
B=27.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118123900.0400.270.5269.0915.4941.76
Hex767B5A401B3445f2a
Octal1661731324033641051752
Binary11101101111011101101010001101111010010001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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