#77864B

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

Shades of Finch #77864B

Tints of Finch #77864B

Color information

#77864B (or 0x77864B) is unknown color: approx Finch. HEX triplet: 77, 86 and 4B. RGB value is (119,134,75). Sum of RGB (Red+Green+Blue) = 119+134+75=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 134 - color contains mainly: green. Hex color #77864B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77864B is #8879B4. Grayscale: #7B7B7B. Windows color (decimal): -8944053 or 4949623. OLE color: 4949623.

HSL color Cylindrical-coordinate representation of color #77864B: hue angle of 75.25º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77864B is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB11913475-
CMYK0.1100.440.47
HSL75.25º28.23%40.98%-
HSV(B)75.25º44.03%52.55%-
XYZ17.421.489.89-
YUV122.79101.03125.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.28%
GREEN value IS 134 (52.73% from 255) = 40.85%
BLUE value IS 75 (29.69% from 255) = 22.87%
R=36.28%
G=40.85%
B=22.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119134750.1100.440.4775.2528.2340.98
Hex77864BB02C2F4b1c29
Octal16720611313054571133451
Binary111011110000110100101110110101100101111100101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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