#78815B

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

Shades of Finch #78815B

Tints of Finch #78815B

Color information

#78815B (or 0x78815B) is unknown color: approx Finch. HEX triplet: 78, 81 and 5B. RGB value is (120,129,91). Sum of RGB (Red+Green+Blue) = 120+129+91=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 129 - color contains mainly: green. Hex color #78815B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78815B is #877EA4. Grayscale: #7A7A7A. Windows color (decimal): -8879781 or 5996920. OLE color: 5996920.

HSL color Cylindrical-coordinate representation of color #78815B: hue angle of 74.21º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78815B is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB12012991-
CMYK0.0700.290.49
HSL74.21º17.27%43.14%-
HSV(B)74.21º29.46%50.59%-
XYZ17.4820.4512.92-
YUV121.98110.52126.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.29%
GREEN value IS 129 (50.78% from 255) = 37.94%
BLUE value IS 91 (35.94% from 255) = 26.76%
R=35.29%
G=37.94%
B=26.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120129910.0700.290.4974.2117.2743.14
Hex78815B701D314a112b
Octal1702011337035611122153
Binary1111000100000011011011111011101110001100101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78815B; }

 p { color: rgb(120,129,91); }

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

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

 a { background-color: rgb(120,129,91); }

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

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

 span { border-color: rgb(120,129,91); }

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