#767650

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

Shades of Finch #767650

Tints of Finch #767650

Color information

#767650 (or 0x767650) is unknown color: approx Finch. HEX triplet: 76, 76 and 50. RGB value is (118,118,80). Sum of RGB (Red+Green+Blue) = 118+118+80=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767650 is #8989AF. Grayscale: #717171. Windows color (decimal): -9013680 or 5273206. OLE color: 5273206.

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

Color convert

RGB11811880-
CMYK000.320.54
HSL60º19.19%38.82%-
HSV(B)60º32.2%46.27%-
XYZ15.417.3910.13-
YUV113.67109131.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.34%
GREEN value IS 118 (46.48% from 255) = 37.34%
BLUE value IS 80 (31.64% from 255) = 25.32%
R=37.34%
G=37.34%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811880000.320.546019.1938.82
Hex7676500020363c1327
Octal166166120004066742347
Binary1110110111011010100000010000011011011110010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767650; }

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

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

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

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

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

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

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

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