#787B66

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

Shades of Finch #787B66

Tints of Finch #787B66

Color information

#787B66 (or 0x787B66) is unknown color: approx Finch. HEX triplet: 78, 7B and 66. RGB value is (120,123,102). Sum of RGB (Red+Green+Blue) = 120+123+102=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 123 - color contains mainly: green. Hex color #787B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787B66 is #878499. Grayscale: #777777. Windows color (decimal): -8881306 or 6716280. OLE color: 6716280.

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

Color convert

RGB120123102-
CMYK0.0200.170.52
HSL68.57º9.33%44.12%-
HSV(B)68.57º17.07%48.24%-
XYZ17.2319.1215.35-
YUV119.71118.01128.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.78%
GREEN value IS 123 (48.44% from 255) = 35.65%
BLUE value IS 102 (40.23% from 255) = 29.57%
R=34.78%
G=35.65%
B=29.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1201231020.0200.170.5268.579.3344.12
Hex787B662011344592c
Octal1701731462021641051154
Binary1111000111101111001101001000111010010001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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