#777B48

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

Shades of Finch #777B48

Tints of Finch #777B48

Color information

#777B48 (or 0x777B48) is unknown color: approx Finch. HEX triplet: 77, 7B and 48. RGB value is (119,123,72). Sum of RGB (Red+Green+Blue) = 119+123+72=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 123 - color contains mainly: green. Hex color #777B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777B48 is #8884B7. Grayscale: #747474. Windows color (decimal): -8946872 or 4750199. OLE color: 4750199.

HSL color Cylindrical-coordinate representation of color #777B48: hue angle of 64.71º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #777B48 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB11912372-
CMYK0.0300.410.52
HSL64.71º26.15%38.24%-
HSV(B)64.71º41.46%48.24%-
XYZ15.8618.568.88-
YUV115.99103.17130.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.90%
GREEN value IS 123 (48.44% from 255) = 39.17%
BLUE value IS 72 (28.52% from 255) = 22.93%
R=37.90%
G=39.17%
B=22.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119123720.0300.410.5264.7126.1538.24
Hex777B48302934411a26
Octal1671731103051641013246
Binary111011111110111001000110101001110100100000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777B48; }

 p { color: rgb(119,123,72); }

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

<style>
 a { background-color: #777B48; }

 a { background-color: rgb(119,123,72); }

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

<style>
 span { border-color: #777B48; }

 span { border-color: rgb(119,123,72); }

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