#787A5F

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

Shades of Finch #787A5F

Tints of Finch #787A5F

Color information

#787A5F (or 0x787A5F) is unknown color: approx Finch. HEX triplet: 78, 7A and 5F. RGB value is (120,122,95). Sum of RGB (Red+Green+Blue) = 120+122+95=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 122 - color contains mainly: green. Hex color #787A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787A5F is #8785A0. Grayscale: #767676. Windows color (decimal): -8881569 or 6257272. OLE color: 6257272.

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

Color convert

RGB12012295-
CMYK0.0200.220.52
HSL64.44º12.44%42.55%-
HSV(B)64.44º22.13%47.84%-
XYZ16.7718.7413.56-
YUV118.32114.84129.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.61%
GREEN value IS 122 (48.05% from 255) = 36.20%
BLUE value IS 95 (37.5% from 255) = 28.19%
R=35.61%
G=36.20%
B=28.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal120122950.0200.220.5264.4412.4442.55
Hex787A5F20163440c2b
Octal1701721372026641001453
Binary1111000111101010111111001011011010010000001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,122,95); }

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

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

 a { background-color: rgb(120,122,95); }

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

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

 span { border-color: rgb(120,122,95); }

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