#767C41

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

Shades of Finch #767C41

Tints of Finch #767C41

Color information

#767C41 (or 0x767C41) is unknown color: approx Finch. HEX triplet: 76, 7C and 41. RGB value is (118,124,65). Sum of RGB (Red+Green+Blue) = 118+124+65=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 124 - color contains mainly: green. Hex color #767C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767C41 is #8983BE. Grayscale: #737373. Windows color (decimal): -9012159 or 4291702. OLE color: 4291702.

HSL color Cylindrical-coordinate representation of color #767C41: hue angle of 66.1º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #767C41 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB11812465-
CMYK0.0500.480.51
HSL66.1º31.22%37.06%-
HSV(B)66.1º47.58%48.63%-
XYZ15.6318.657.78-
YUV115.4899.51129.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 124 (48.83% from 255) = 40.39%
BLUE value IS 65 (25.78% from 255) = 21.17%
R=38.44%
G=40.39%
B=21.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118124650.0500.480.5166.131.2237.06
Hex767C41503033421f25
Octal1661741015060631023745
Binary1110110111110010000011010110000110011100001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,124,65); }

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

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

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

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

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

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

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