#77894B

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

Shades of Finch #77894B

Tints of Finch #77894B

Color information

#77894B (or 0x77894B) is unknown color: approx Finch. HEX triplet: 77, 89 and 4B. RGB value is (119,137,75). Sum of RGB (Red+Green+Blue) = 119+137+75=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 137 - color contains mainly: green. Hex color #77894B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77894B is #8876B4. Grayscale: #7C7C7C. Windows color (decimal): -8943285 or 4950391. OLE color: 4950391.

HSL color Cylindrical-coordinate representation of color #77894B: hue angle of 77.42º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77894B is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB11913775-
CMYK0.1300.450.46
HSL77.42º29.25%41.57%-
HSV(B)77.42º45.26%53.73%-
XYZ17.8222.3210.03-
YUV124.55100.04124.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.95%
GREEN value IS 137 (53.91% from 255) = 41.39%
BLUE value IS 75 (29.69% from 255) = 22.66%
R=35.95%
G=41.39%
B=22.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal119137750.1300.450.4677.4229.2541.57
Hex77894BD02D2E4d1d2a
Octal16721111315055561153552
Binary111011110001001100101111010101101101110100110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,137,75); }

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

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

 a { background-color: rgb(119,137,75); }

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

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

 span { border-color: rgb(119,137,75); }

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