Html Css Color HEX #777B50 Finch

📋 copy color: '#777B50'

red 119 ◦ green 123 ◦ blue 80

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

Shades of Finch #777B50

Tints of Finch #777B50

RGB

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

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

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

R = 36.96%
G = 38.2%
B = 24.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.52

RGB Variations

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

Color information

#777B50 (or 0x777B50) is known color: Finch. HEX triplet: 77, 7B and 50. RGB value is (119,123,80). Sum of RGB (Red+Green+Blue) = 119+123+80=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 123 - color contains mainly: green. Hex color #777B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777B50 is #8884AF. Grayscale: #757575. Windows color (decimal): -8946864 or 5274487. OLE color: 5274487.

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

Color convert

RGB 119 123 80 -
CMYK 0.03 0 0.35 0.52
HSL 65.58º 0.21% 0.4% -
HSV(B) 65.58º 0.35% 0.48% -
XYZ 16.14 18.67 10.34 -
YUV 116.9 107.17 129.5 -
System Red Green Blue C M Y K H S L
Decimal 119 123 80 0.03 0 0.35 0.52 65.58 0.21 0.4
Hex 77 7B 50 3 0 23 34 42 15 28
Octal 167 173 120 3 0 43 64 102 25 50
Binary 1110111 1111011 1010000 11 0 100011 110100 1000010 10101 101000

Color Harmonies of #777B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777B50

Black with #777B50

Text Example


Text Example

White with #777B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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