#77874B

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

Shades of Finch #77874B

Tints of Finch #77874B

Color information

#77874B (or 0x77874B) is unknown color: approx Finch. HEX triplet: 77, 87 and 4B. RGB value is (119,135,75). Sum of RGB (Red+Green+Blue) = 119+135+75=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 135 - color contains mainly: green. Hex color #77874B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77874B is #8878B4. Grayscale: #7B7B7B. Windows color (decimal): -8943797 or 4949879. OLE color: 4949879.

HSL color Cylindrical-coordinate representation of color #77874B: hue angle of 76º degrees, saturation: 0.29, 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 #77874B is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB11913575-
CMYK0.1200.440.47
HSL76º28.57%41.18%-
HSV(B)76º44.44%52.94%-
XYZ17.5421.769.93-
YUV123.38100.7124.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.17%
GREEN value IS 135 (53.12% from 255) = 41.03%
BLUE value IS 75 (29.69% from 255) = 22.80%
R=36.17%
G=41.03%
B=22.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119135750.1200.440.477628.5741.18
Hex77874BC02C2F4c1d29
Octal16720711314054571143551
Binary111011110000111100101111000101100101111100110011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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