Html Css Color HEX #777950 Finch

📋 copy color: '#777950'

red 119 ◦ green 121 ◦ blue 80

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

Shades of Finch #777950

Tints of Finch #777950

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.81%

 BLUE value IS 80 (31.64% from 255) = 25%

R = 37.19%
G = 37.81%
B = 25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#777950 (or 0x777950) is known color: Finch. HEX triplet: 77, 79 and 50. RGB value is (119,121,80). Sum of RGB (Red+Green+Blue) = 119+121+80=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 121 - color contains mainly: green. Hex color #777950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777950 is #8886AF. Grayscale: #737373. Windows color (decimal): -8947376 or 5273975. OLE color: 5273975.

HSL color Cylindrical-coordinate representation of color #777950: hue angle of 62.93º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #777950 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 121 80 -
CMYK 0.02 0 0.34 0.53
HSL 62.93º 0.2% 0.39% -
HSV(B) 62.93º 0.34% 0.47% -
XYZ 15.89 18.18 10.26 -
YUV 115.73 107.84 130.33 -
System Red Green Blue C M Y K H S L
Decimal 119 121 80 0.02 0 0.34 0.53 62.93 0.2 0.39
Hex 77 79 50 2 0 22 35 3F 14 27
Octal 167 171 120 2 0 42 65 77 24 47
Binary 1110111 1111001 1010000 10 0 100010 110101 111111 10100 100111

Color Harmonies of #777950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777950

Black with #777950

Text Example


Text Example

White with #777950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777950; }

 p { color: rgb(119,121,80); }

 H1.HeaderClassName
 {
   color: #777950;
 }
 .AnyTagClassName
 {
   color: #777950;
 }
</style>

background-color css

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

 a { background-color: rgb(119,121,80); }

 div.DivClassName
 {
   background-color: #777950;
 }
 .BgClassName
 {
   background-color: #777950;
 }
</style>

border-color css

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

 span { border-color: rgb(119,121,80); }

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