#768654

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

Shades of Finch #768654

Tints of Finch #768654

Color information

#768654 (or 0x768654) is unknown color: approx Finch. HEX triplet: 76, 86 and 54. RGB value is (118,134,84). Sum of RGB (Red+Green+Blue) = 118+134+84=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 134 - color contains mainly: green. Hex color #768654 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768654 is #8979AB. Grayscale: #7B7B7B. Windows color (decimal): -9009580 or 5539446. OLE color: 5539446.

HSL color Cylindrical-coordinate representation of color #768654: hue angle of 79.2º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #768654 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB11813484-
CMYK0.1200.370.47
HSL79.2º22.94%42.75%-
HSV(B)79.2º37.31%52.55%-
XYZ17.621.5411.62-
YUV123.52105.7124.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.12%
GREEN value IS 134 (52.73% from 255) = 39.88%
BLUE value IS 84 (33.20% from 255) = 25%
R=35.12%
G=39.88%
B=25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118134840.1200.370.4779.222.9442.75
Hex768654C0252F4f172b
Octal16620612414045571172753
Binary111011010000110101010011000100101101111100111110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768654; }

 p { color: rgb(118,134,84); }

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

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

 a { background-color: rgb(118,134,84); }

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

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

 span { border-color: rgb(118,134,84); }

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