#768557

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

Shades of Finch #768557

Tints of Finch #768557

Color information

#768557 (or 0x768557) is unknown color: approx Finch. HEX triplet: 76, 85 and 57. RGB value is (118,133,87). Sum of RGB (Red+Green+Blue) = 118+133+87=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 133 - color contains mainly: green. Hex color #768557 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768557 is #897AA8. Grayscale: #7B7B7B. Windows color (decimal): -9009833 or 5735798. OLE color: 5735798.

HSL color Cylindrical-coordinate representation of color #768557: hue angle of 79.57º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #768557 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB11813387-
CMYK0.1100.350.48
HSL79.57º20.91%43.14%-
HSV(B)79.57º34.59%52.16%-
XYZ17.5821.3112.2-
YUV123.27107.53124.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.91%
GREEN value IS 133 (52.34% from 255) = 39.35%
BLUE value IS 87 (34.38% from 255) = 25.74%
R=34.91%
G=39.35%
B=25.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118133870.1100.350.4879.5720.9143.14
Hex768557B0233050152b
Octal16620512713043601202553
Binary111011010000101101011110110100011110000101000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768557; }

 p { color: rgb(118,133,87); }

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

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

 a { background-color: rgb(118,133,87); }

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

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

 span { border-color: rgb(118,133,87); }

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