#76774D

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

Shades of Finch #76774D

Tints of Finch #76774D

Color information

#76774D (or 0x76774D) is unknown color: approx Finch. HEX triplet: 76, 77 and 4D. RGB value is (118,119,77). Sum of RGB (Red+Green+Blue) = 118+119+77=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 119 - color contains mainly: green. Hex color #76774D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76774D is #8988B2. Grayscale: #727272. Windows color (decimal): -9013427 or 5076854. OLE color: 5076854.

HSL color Cylindrical-coordinate representation of color #76774D: hue angle of 61.43º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76774D is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB11811977-
CMYK0.0100.350.53
HSL61.43º21.43%38.43%-
HSV(B)61.43º35.29%46.67%-
XYZ15.4117.589.6-
YUV113.91107.17130.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.58%
GREEN value IS 119 (46.88% from 255) = 37.90%
BLUE value IS 77 (30.47% from 255) = 24.52%
R=37.58%
G=37.90%
B=24.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118119770.0100.350.5361.4321.4338.43
Hex76774D1023353d1526
Octal166167115104365752546
Binary1110110111011110011011010001111010111110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76774D; }

 p { color: rgb(118,119,77); }

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

<style>
 a { background-color: #76774D; }

 a { background-color: rgb(118,119,77); }

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

<style>
 span { border-color: #76774D; }

 span { border-color: rgb(118,119,77); }

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