#767A55

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

Shades of Finch #767A55

Tints of Finch #767A55

Color information

#767A55 (or 0x767A55) is unknown color: approx Finch. HEX triplet: 76, 7A and 55. RGB value is (118,122,85). Sum of RGB (Red+Green+Blue) = 118+122+85=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 122 - color contains mainly: green. Hex color #767A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767A55 is #8985AA. Grayscale: #747474. Windows color (decimal): -9012651 or 5601910. OLE color: 5601910.

HSL color Cylindrical-coordinate representation of color #767A55: hue angle of 66.49º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #767A55 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB11812285-
CMYK0.0300.300.52
HSL66.49º17.87%40.59%-
HSV(B)66.49º30.33%47.84%-
XYZ16.0718.4311.3-
YUV116.59110.17129.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.31%
GREEN value IS 122 (48.05% from 255) = 37.54%
BLUE value IS 85 (33.59% from 255) = 26.15%
R=36.31%
G=37.54%
B=26.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118122850.0300.300.5266.4917.8740.59
Hex767A55301E34421229
Octal1661721253036641022251
Binary11101101111010101010111011110110100100001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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