#768359

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

Shades of Finch #768359

Tints of Finch #768359

Color information

#768359 (or 0x768359) is unknown color: approx Finch. HEX triplet: 76, 83 and 59. RGB value is (118,131,89). Sum of RGB (Red+Green+Blue) = 118+131+89=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 131 - color contains mainly: green. Hex color #768359 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768359 is #897CA6. Grayscale: #7A7A7A. Windows color (decimal): -9010343 or 5866358. OLE color: 5866358.

HSL color Cylindrical-coordinate representation of color #768359: hue angle of 78.57º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #768359 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB11813189-
CMYK0.1000.320.49
HSL78.57º19.09%43.14%-
HSV(B)78.57º32.06%51.37%-
XYZ17.3920.8112.55-
YUV122.32109.19124.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.91%
GREEN value IS 131 (51.56% from 255) = 38.76%
BLUE value IS 89 (35.16% from 255) = 26.33%
R=34.91%
G=38.76%
B=26.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118131890.1000.320.4978.5719.0943.14
Hex768359A020314f132b
Octal16620313112040611172353
Binary111011010000011101100110100100000110001100111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768359; }

 p { color: rgb(118,131,89); }

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

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

 a { background-color: rgb(118,131,89); }

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

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

 span { border-color: rgb(118,131,89); }

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