#768550

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

Shades of Finch #768550

Tints of Finch #768550

Color information

#768550 (or 0x768550) is unknown color: approx Finch. HEX triplet: 76, 85 and 50. RGB value is (118,133,80). Sum of RGB (Red+Green+Blue) = 118+133+80=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 133 - color contains mainly: green. Hex color #768550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768550 is #897AAF. Grayscale: #7A7A7A. Windows color (decimal): -9009840 or 5277046. OLE color: 5277046.

HSL color Cylindrical-coordinate representation of color #768550: hue angle of 76.98º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #768550 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB11813380-
CMYK0.1100.400.48
HSL76.98º24.88%41.76%-
HSV(B)76.98º39.85%52.16%-
XYZ17.3121.2110.77-
YUV122.47104.03124.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.65%
GREEN value IS 133 (52.34% from 255) = 40.18%
BLUE value IS 80 (31.64% from 255) = 24.17%
R=35.65%
G=40.18%
B=24.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118133800.1100.400.4876.9824.8841.76
Hex768550B028304d192a
Octal16620512013050601153152
Binary111011010000101101000010110101000110000100110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768550; }

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

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

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

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

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

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

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

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