#768057

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

Shades of Finch #768057

Tints of Finch #768057

Color information

#768057 (or 0x768057) is unknown color: approx Finch. HEX triplet: 76, 80 and 57. RGB value is (118,128,87). Sum of RGB (Red+Green+Blue) = 118+128+87=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 128 - color contains mainly: green. Hex color #768057 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768057 is #897FA8. Grayscale: #787878. Windows color (decimal): -9011113 or 5734518. OLE color: 5734518.

HSL color Cylindrical-coordinate representation of color #768057: hue angle of 74.63º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #768057 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB11812887-
CMYK0.0800.320.50
HSL74.63º19.07%42.16%-
HSV(B)74.63º32.03%50.2%-
XYZ16.9119.9811.98-
YUV120.34109.19126.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.44%
GREEN value IS 128 (50.39% from 255) = 38.44%
BLUE value IS 87 (34.38% from 255) = 26.13%
R=35.44%
G=38.44%
B=26.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118128870.0800.320.5074.6319.0742.16
Hex7680578020324b132a
Octal16620012710040621132352
Binary111011010000000101011110000100000110010100101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768057; }

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

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

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

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

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

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

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

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