Html Css Color HEX #777B48 Finch

📋 copy color: '#777B48'

red 119 ◦ green 123 ◦ blue 72

#777B48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finch #777B48

Tints of Finch #777B48

RGB

 RED value IS 119 (46.88% from 255) = 37.9%

 GREEN value IS 123 (48.44% from 255) = 39.17%

 BLUE value IS 72 (28.52% from 255) = 22.93%

R = 37.9%
G = 39.17%
B = 22.93%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.52

RGB Variations

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

Color information

#777B48 (or 0x777B48) is known color: 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

RGB 119 123 72 -
CMYK 0.03 0 0.41 0.52
HSL 64.71º 0.26% 0.38% -
HSV(B) 64.71º 0.41% 0.48% -
XYZ 15.86 18.56 8.88 -
YUV 115.99 103.17 130.15 -
System Red Green Blue C M Y K H S L
Decimal 119 123 72 0.03 0 0.41 0.52 64.71 0.26 0.38
Hex 77 7B 48 3 0 29 34 41 1A 26
Octal 167 173 110 3 0 51 64 101 32 46
Binary 1110111 1111011 1001000 11 0 101001 110100 1000001 11010 100110

Color Harmonies of #777B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777B48

Black with #777B48

Text Example


Text Example

White with #777B48

Text Example


Text Example

HTML Codes & Css Web 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>