#767E5C

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

Shades of Finch #767E5C

Tints of Finch #767E5C

Color information

#767E5C (or 0x767E5C) is unknown color: approx Finch. HEX triplet: 76, 7E and 5C. RGB value is (118,126,92). Sum of RGB (Red+Green+Blue) = 118+126+92=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 126 - color contains mainly: green. Hex color #767E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767E5C is #8981A3. Grayscale: #777777. Windows color (decimal): -9011620 or 6061686. OLE color: 6061686.

HSL color Cylindrical-coordinate representation of color #767E5C: hue angle of 74.12º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #767E5C is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB11812692-
CMYK0.0600.270.51
HSL74.12º15.6%42.75%-
HSV(B)74.12º26.98%49.41%-
XYZ16.8619.5513.01-
YUV119.73112.35126.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.12%
GREEN value IS 126 (49.61% from 255) = 37.5%
BLUE value IS 92 (36.33% from 255) = 27.38%
R=35.12%
G=37.5%
B=27.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118126920.0600.270.5174.1215.642.75
Hex767E5C601B334a102b
Octal1661761346033631122053
Binary111011011111101011100110011011110011100101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,126,92); }

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

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

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

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

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

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

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