#77845B

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

Shades of Finch #77845B

Tints of Finch #77845B

Color information

#77845B (or 0x77845B) is unknown color: approx Finch. HEX triplet: 77, 84 and 5B. RGB value is (119,132,91). Sum of RGB (Red+Green+Blue) = 119+132+91=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 132 - color contains mainly: green. Hex color #77845B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77845B is #887BA4. Grayscale: #7B7B7B. Windows color (decimal): -8944549 or 5997687. OLE color: 5997687.

HSL color Cylindrical-coordinate representation of color #77845B: hue angle of 79.02º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77845B is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB11913291-
CMYK0.1000.310.48
HSL79.02º18.39%43.73%-
HSV(B)79.02º31.06%51.76%-
XYZ17.7521.1813.05-
YUV123.44109.69124.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.80%
GREEN value IS 132 (51.95% from 255) = 38.60%
BLUE value IS 91 (35.94% from 255) = 26.61%
R=34.80%
G=38.60%
B=26.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119132910.1000.310.4879.0218.3943.73
Hex77845BA01F304f122c
Octal16720413312037601172254
Binary11101111000010010110111010011111110000100111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,132,91); }

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

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

 a { background-color: rgb(119,132,91); }

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

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

 span { border-color: rgb(119,132,91); }

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