Html Css Color HEX #777F50 Finch

📋 copy color: '#777F50'

red 119 ◦ green 127 ◦ blue 80

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

Shades of Finch #777F50

Tints of Finch #777F50

RGB

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

 GREEN value IS 127 (50% from 255) = 38.96%

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

R = 36.5%
G = 38.96%
B = 24.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#777F50 (or 0x777F50) is known color: Finch. HEX triplet: 77, 7F and 50. RGB value is (119,127,80). Sum of RGB (Red+Green+Blue) = 119+127+80=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 127 - color contains mainly: green. Hex color #777F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777F50 is #8880AF. Grayscale: #777777. Windows color (decimal): -8945840 or 5275511. OLE color: 5275511.

HSL color Cylindrical-coordinate representation of color #777F50: hue angle of 70.21º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #777F50 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 127 80 -
CMYK 0.06 0 0.37 0.50
HSL 70.21º 0.23% 0.41% -
HSV(B) 70.21º 0.37% 0.5% -
XYZ 16.65 19.68 10.51 -
YUV 119.25 105.85 127.82 -
System Red Green Blue C M Y K H S L
Decimal 119 127 80 0.06 0 0.37 0.50 70.21 0.23 0.41
Hex 77 7F 50 6 0 25 32 46 17 29
Octal 167 177 120 6 0 45 62 106 27 51
Binary 1110111 1111111 1010000 110 0 100101 110010 1000110 10111 101001

Color Harmonies of #777F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777F50

Black with #777F50

Text Example


Text Example

White with #777F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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