#787B5E

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

Shades of Finch #787B5E

Tints of Finch #787B5E

Color information

#787B5E (or 0x787B5E) is unknown color: approx Finch. HEX triplet: 78, 7B and 5E. RGB value is (120,123,94). Sum of RGB (Red+Green+Blue) = 120+123+94=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 123 - color contains mainly: green. Hex color #787B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787B5E is #8784A1. Grayscale: #767676. Windows color (decimal): -8881314 or 6191992. OLE color: 6191992.

HSL color Cylindrical-coordinate representation of color #787B5E: hue angle of 66.21º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #787B5E is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB12012394-
CMYK0.0200.240.52
HSL66.21º13.36%42.55%-
HSV(B)66.21º23.58%48.24%-
XYZ16.8518.9713.36-
YUV118.8114.01128.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.61%
GREEN value IS 123 (48.44% from 255) = 36.50%
BLUE value IS 94 (37.11% from 255) = 27.89%
R=35.61%
G=36.50%
B=27.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal120123940.0200.240.5266.2113.3642.55
Hex787B5E20183442d2b
Octal1701731362030641021553
Binary1111000111101110111101001100011010010000101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787B5E; }

 p { color: rgb(120,123,94); }

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

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

 a { background-color: rgb(120,123,94); }

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

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

 span { border-color: rgb(120,123,94); }

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