#767969

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

Shades of Finch #767969

Tints of Finch #767969

Color information

#767969 (or 0x767969) is unknown color: approx Finch. HEX triplet: 76, 79 and 69. RGB value is (118,121,105). Sum of RGB (Red+Green+Blue) = 118+121+105=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 121 - color contains mainly: green. Hex color #767969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767969 is #898696. Grayscale: #767676. Windows color (decimal): -9012887 or 6912374. OLE color: 6912374.

HSL color Cylindrical-coordinate representation of color #767969: hue angle of 71.25º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #767969 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB118121105-
CMYK0.0200.130.53
HSL71.25º7.08%44.31%-
HSV(B)71.25º13.22%47.45%-
XYZ16.8618.5516.06-
YUV118.28120.51127.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.30%
GREEN value IS 121 (47.66% from 255) = 35.17%
BLUE value IS 105 (41.41% from 255) = 30.52%
R=34.30%
G=35.17%
B=30.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181211050.0200.130.5371.257.0844.31
Hex76796920D354772c
Octal166171151201565107754
Binary11101101111001110100110011011101011000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767969; }

 p { color: rgb(118,121,105); }

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

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

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

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

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

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

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