#767665

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

Shades of Finch #767665

Tints of Finch #767665

Color information

#767665 (or 0x767665) is unknown color: approx Finch. HEX triplet: 76, 76 and 65. RGB value is (118,118,101). Sum of RGB (Red+Green+Blue) = 118+118+101=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767665 is #89899A. Grayscale: #747474. Windows color (decimal): -9013659 or 6649462. OLE color: 6649462.

HSL color Cylindrical-coordinate representation of color #767665: hue angle of 60º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #767665 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB118118101-
CMYK000.140.54
HSL60º7.76%42.94%-
HSV(B)60º14.41%46.27%-
XYZ16.317.7514.88-
YUV116.06119.5129.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.01%
GREEN value IS 118 (46.48% from 255) = 35.01%
BLUE value IS 101 (39.84% from 255) = 29.97%
R=35.01%
G=35.01%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118118101000.140.54607.7642.94
Hex76766500E363c82b
Octal166166145001666741053
Binary1110110111011011001010011101101101111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767665; }

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

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

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

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

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

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

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

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