#767A5C

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

Shades of Finch #767A5C

Tints of Finch #767A5C

Color information

#767A5C (or 0x767A5C) is unknown color: approx Finch. HEX triplet: 76, 7A and 5C. RGB value is (118,122,92). Sum of RGB (Red+Green+Blue) = 118+122+92=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 122 - color contains mainly: green. Hex color #767A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767A5C is #8985A3. Grayscale: #757575. Windows color (decimal): -9012644 or 6060662. OLE color: 6060662.

HSL color Cylindrical-coordinate representation of color #767A5C: hue angle of 68º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #767A5C is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB11812292-
CMYK0.0300.250.52
HSL68º14.02%41.96%-
HSV(B)68º24.59%47.84%-
XYZ16.3618.5412.84-
YUV117.38113.67128.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.54%
GREEN value IS 122 (48.05% from 255) = 36.75%
BLUE value IS 92 (36.33% from 255) = 27.71%
R=35.54%
G=36.75%
B=27.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118122920.0300.250.526814.0241.96
Hex767A5C30193444e2a
Octal1661721343031641041652
Binary1110110111101010111001101100111010010001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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