#767869

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

Shades of Finch #767869

Tints of Finch #767869

Color information

#767869 (or 0x767869) is unknown color: approx Finch. HEX triplet: 76, 78 and 69. RGB value is (118,120,105). Sum of RGB (Red+Green+Blue) = 118+120+105=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 120 - color contains mainly: green. Hex color #767869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767869 is #898796. Grayscale: #757575. Windows color (decimal): -9013143 or 6912118. OLE color: 6912118.

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

Color convert

RGB118120105-
CMYK0.0200.130.53
HSL68º6.67%44.12%-
HSV(B)68º12.5%47.06%-
XYZ16.7418.316.02-
YUV117.69120.84128.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 120 (47.27% from 255) = 34.99%
BLUE value IS 105 (41.41% from 255) = 30.61%
R=34.40%
G=34.99%
B=30.61%

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
Decimal1181201050.0200.130.53686.6744.12
Hex76786920D354472c
Octal166170151201565104754
Binary11101101111000110100110011011101011000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767869; }

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

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

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

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

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

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

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

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