#76774A

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

Shades of Finch #76774A

Tints of Finch #76774A

Color information

#76774A (or 0x76774A) is unknown color: approx Finch. HEX triplet: 76, 77 and 4A. RGB value is (118,119,74). Sum of RGB (Red+Green+Blue) = 118+119+74=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 119 - color contains mainly: green. Hex color #76774A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76774A is #8988B5. Grayscale: #717171. Windows color (decimal): -9013430 or 4880246. OLE color: 4880246.

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

Color convert

RGB11811974-
CMYK0.0100.380.53
HSL61.33º23.32%37.84%-
HSV(B)61.33º37.82%46.67%-
XYZ15.317.549.06-
YUV113.57105.67131.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.94%
GREEN value IS 119 (46.88% from 255) = 38.26%
BLUE value IS 74 (29.30% from 255) = 23.79%
R=37.94%
G=38.26%
B=23.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118119740.0100.380.5361.3323.3237.84
Hex76774A1026353d1726
Octal166167112104665752746
Binary1110110111011110010101010011011010111110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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