#767B65

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

Shades of Finch #767B65

Tints of Finch #767B65

Color information

#767B65 (or 0x767B65) is unknown color: approx Finch. HEX triplet: 76, 7B and 65. RGB value is (118,123,101). Sum of RGB (Red+Green+Blue) = 118+123+101=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 123 - color contains mainly: green. Hex color #767B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767B65 is #89849A. Grayscale: #777777. Windows color (decimal): -9012379 or 6650742. OLE color: 6650742.

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

Color convert

RGB118123101-
CMYK0.0400.180.52
HSL73.64º9.82%43.92%-
HSV(B)73.64º17.89%48.24%-
XYZ16.918.9615.08-
YUV119117.84127.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.50%
GREEN value IS 123 (48.44% from 255) = 35.96%
BLUE value IS 101 (39.84% from 255) = 29.53%
R=34.50%
G=35.96%
B=29.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1181231010.0400.180.5273.649.8243.92
Hex767B654012344aa2c
Octal1661731454022641121254
Binary11101101111011110010110001001011010010010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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