#768255

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

Shades of Finch #768255

Tints of Finch #768255

Color information

#768255 (or 0x768255) is unknown color: approx Finch. HEX triplet: 76, 82 and 55. RGB value is (118,130,85). Sum of RGB (Red+Green+Blue) = 118+130+85=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 130 - color contains mainly: green. Hex color #768255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768255 is #897DAA. Grayscale: #797979. Windows color (decimal): -9010603 or 5603958. OLE color: 5603958.

HSL color Cylindrical-coordinate representation of color #768255: hue angle of 76º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #768255 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB11813085-
CMYK0.0900.350.49
HSL76º20.93%42.16%-
HSV(B)76º34.62%50.98%-
XYZ17.0920.4711.65-
YUV121.28107.52125.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.44%
GREEN value IS 130 (51.17% from 255) = 39.04%
BLUE value IS 85 (33.59% from 255) = 25.53%
R=35.44%
G=39.04%
B=25.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118130850.0900.350.497620.9342.16
Hex7682559023314c152a
Octal16620212511043611142552
Binary111011010000010101010110010100011110001100110010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768255; }

 p { color: rgb(118,130,85); }

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

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

 a { background-color: rgb(118,130,85); }

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

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

 span { border-color: rgb(118,130,85); }

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